After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 593642 - Python: STRIP_CODE_COMMENTS Doesn't work within the source code
Python: STRIP_CODE_COMMENTS Doesn't work within the source code
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: doxywizard
1.6.1
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2009-08-31 10:00 UTC by nettrader2009
Modified: 2015-12-30 10:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Complete sample (35.41 KB, application/octet-stream)
2009-08-31 10:00 UTC, nettrader2009
Details

Description nettrader2009 2009-08-31 10:00:45 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.
Comment 1 albert 2015-12-25 13:38:01 UTC
I've just pushed a proposed patch to github (pull request 426)
Comment 2 albert 2015-12-26 18:51:00 UTC
Changes have been integrated in github master version
Comment 3 Dimitri van Heesch 2015-12-30 10:20:03 UTC
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).