Does doxygen doesn’t work properly on python script with a shebang?
I tried one python script with shebang to my company’s tool directory and ran doxygen.
It was not able to display namespace (functions) at all.
Please share if you guys faced similar experience.
enable EXTRACT_ALL to YES in the config file, doxygen will generate proper desired results.
But the question still remains, why doxygen failed to generate documentation file for python with EXTRACT_ALL = NO.
Anyone with better answer can help me here.