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)