GNOME Bugzilla – Bug 593642
Python: STRIP_CODE_COMMENTS Doesn't work within the source code
Last modified: 2015-12-30 10:20:03 UTC
Created attachment 142114 [details] Complete sample Doxygen specific comments were keeped : ## # \~english # Add one to the parameter.Used as map function parameter. # @return item+1 def add(item): return item+1 ------------ After build the source code in documentation show the special documentation block.
I've just pushed a proposed patch to github (pull request 426)
Changes have been integrated in github master version
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.11. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferably in the form of a self-contained example).