Feneric / doxypypy

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

add overwrite of visit_Constant to workaround problems with Python 3.8 #71

Closed svigerske closed 3 years ago

svigerske commented 4 years ago

See Feneric/doxypypy#70.

I don't know whether visit_Constant should actually do something with the containingNodes argument that it would receive.

fer-rum commented 4 years ago

I would expect it to produce some output in the generated HTML telling me that the visited node is a constant…

But I have no clue whether this is the correct point to add it.

Doxypypy no longer failing when it encounters such nodes is already a good step forward.

burgerbecky commented 3 years ago

It would be great if this pull request for visit_Constant was merged and doxypypy updated on PyPi because this patch works on Python 3.9 and I'd rather not have to manually patch doxypypy to get my builds to work

forthommel commented 3 years ago

Any news about the merging of this PR onto the mainline?

guidfort commented 2 years ago

Fix is in master, when comes a pypi version (0.8.8.7)