Desired behavior
The EXAMPLE_PATTERN (
|
EXAMPLE_PATTERNS = *.cc \ |
) in the doxygen configuration is limited to C++ and CMake files. It would be great if other types (eg.
.proto,
.py,
.rb,
.sdf,
CMakeList.txt) were supported. This would allow us to use the
\include or
\snippet commands in our documentation instead of duplicating code from examples.