Correct JavaDoc from doxygen comments indentation
Adds missing JavaDoc indentation for doxygen comments obtained from: - enum values - class methods - constructors - global functions/variables
This commit is contained in:
parent
d22ecafb36
commit
50d7f36f45
5 changed files with 46 additions and 29 deletions
|
|
@ -1678,7 +1678,7 @@ public:
|
|||
if (doxygen) {
|
||||
docstr = Getattr(n, "python:docstring");
|
||||
if (!docstr && doxygenTranslator->hasDocumentation(n)) {
|
||||
docstr = doxygenTranslator->getDocumentation(n);
|
||||
docstr = doxygenTranslator->getDocumentation(n, 0);
|
||||
|
||||
// Avoid rebuilding it again the next time: notice that we can't do
|
||||
// this for the combined doc string as autodoc part of it depends on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue