I was migrating my Doxygen 1.8 to Doxygen 1.9.1 (Debian stable). Upstream is at 1.9.4 by the way.
I found that there is a "new" option in the generated Doxyfile.
# By default Python docstrings are displayed as preformatted text and doxygen's
# special commands cannot be used. By setting PYTHON_DOCSTRING to NO the
# doxygen's special commands can be used and the contents of the docstring
# documentation blocks is shown as doxygen documentation.
# The default value is: YES.
PYTHON_DOCSTRING = YES
I do not understand the details and internals of how Doxygen and doxypypy interact with each other. But does this option indicates that the need to use doxypypy is gone because Doxygen now handels Python code by itself the proper way?
I was migrating my Doxygen 1.8 to Doxygen 1.9.1 (Debian stable). Upstream is at 1.9.4 by the way.
I found that there is a "new" option in the generated Doxyfile.
I do not understand the details and internals of how Doxygen and doxypypy interact with each other. But does this option indicates that the need to use doxypypy is gone because Doxygen now handels Python code by itself the proper way?