Feneric / doxypypy

A more Pythonic version of doxypy, a Doxygen filter for Python.
GNU General Public License v2.0
149 stars 48 forks source link

Is this library still ok? #72

Open 625781186 opened 4 years ago

625781186 commented 4 years ago

I test eric6 library's files , It was originally commented like this : image

The result of I use doxypypy conversion looks like this :
doxypypy -a -c E5ComboBox.py > e.py

image

The result is that doxygen does not recognize correctly :

image

I'm not sure if this is a doxypypy problem or a code comment problem, does this mean I need to modify doxypypy myself to accommodate this situation?