Doxygen comments take precedence over the autodoc feature.
If a "docstring" feature is present it will still override a Doxygen comment. If the "autodoc" feature is also present, the combined "autodoc" and "docstring" will override the Doxygen comment. If no "docstring" is present then the "autodoc" feature will not be generated when there is a Doxygen comment. This way the "autodoc" feature can be specified and used to provide documentation for 'missing' Doxygen comments. Closes #1635
This commit is contained in:
parent
e8c1bda0b5
commit
b35ebc81a9
7 changed files with 175 additions and 22 deletions
|
|
@ -638,6 +638,7 @@ endif
|
|||
ifdef HAS_DOXYGEN
|
||||
DOXYGEN_TEST_CASES += \
|
||||
doxygen_alias \
|
||||
doxygen_autodoc_docstring \
|
||||
doxygen_basic_notranslate \
|
||||
doxygen_basic_translate \
|
||||
doxygen_basic_translate_style2 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue