Previously, code blocks were always written to the pydoc output with
"code-block:: c++", and use of language options (e.g., \code{.py}) was
not supported. Now the option provided to the doxygen code command is
checked, and several basic cases are handled (python, java, and c),
defaulting otherwise to C++ as before (handling for additional cases
can easily be added).
|
||
|---|---|---|
| .. | ||
| doxycommands.h | ||
| doxyentity.cxx | ||
| doxyentity.h | ||
| doxyparser.cxx | ||
| doxyparser.h | ||
| doxytranslator.cxx | ||
| doxytranslator.h | ||
| javadoc.cxx | ||
| javadoc.h | ||
| pydoc.cxx | ||
| pydoc.h | ||