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

In @code balises, output is parsed #32

Open ochurlaud opened 8 years ago

ochurlaud commented 8 years ago

I have a

@code
key1: value1
key2: value2
@encode

And this is rended with key1 <tab> value1. But this should not be parsed and interpreted.

Also, comments such as <!-- a commnt --> are removed if only indented with 4 spaces (without the @code envirnoment.

ochurlaud commented 8 years ago

This is used by the KDE community in https://api.kde.org/frameworks/kapidox/html/index.html : you can see what looks strange.