I am documenting my Python code using Doxygen. The code makes use of Pythons capability of defining nested functions.
So I have documented them as if they were "normal" functions and set EXTRACT_ALL=YES
.
But still, the nested functions cannot be found anywhere. Is there a way to make Doxygen do that?
(Doxygen version 1.8.6)
there is no way to access nested functions so im sure it just doesnt document it
since a user cannot call it why would you document it?
(really this is just a comment that was too long to post as a comment)