GNOME Bugzilla – Bug 578720
[Python] Add pyw as a valid extension
Last modified: 2015-12-30 10:19:39 UTC
Hi, please add .pyw to the list of valid extensions. The pyw extension is used on Windows to mark Python script that will be executed by the Python interpreter without opening a terminal window. This behaviour is often used for GUIs. Workaround ========== EXTENSION_MAPPING = pyw=Python Kind regards, Carsten
I've just pushed a proposed patch to github (pull request 428). Not all extensions should be added to doxygen (as EXTENSION_MAPPING is easily possible), but based on: https://docs.python.org/2/tutorial/appendix.html (15.1.2. Executable Python Scripts) this extension is added.
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).