Skip to content

Commit c9755a8

Browse files
(rosdoc) add config (#55)
2 parents b5f600c + 6d5b069 commit c9755a8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ed_sensor_integration/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
<export>
2525
<ed plugin="${prefix}/plugins.xml" />
26+
<rosdoc config="rosdoc.yaml" />
2627
</export>
2728

2829
</package>

ed_sensor_integration/rosdoc.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)