We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e2342 commit 6d5b069Copy full SHA for 6d5b069
ed_sensor_integration/package.xml
@@ -23,6 +23,7 @@
23
24
<export>
25
<ed plugin="${prefix}/plugins.xml" />
26
+ <rosdoc config="rosdoc.yaml" />
27
</export>
28
29
</package>
ed_sensor_integration/rosdoc.yaml
@@ -0,0 +1,5 @@
1
+- builder: doxygen
2
+ name: C++ API
3
+ file_patterns: '*.c *.cpp *.h *.hpp'
4
+ tab_size: 4
5
+ use_mdfile_as_mainpage: README.md
0 commit comments