fixed handling of quoted text adn standalone backslash and @
This commit is contained in:
parent
43eeb4528c
commit
8de06366cf
7 changed files with 61 additions and 25 deletions
|
|
@ -57,6 +57,9 @@ void JavaDocConverter::fillStaticTables() {
|
|||
* entities must be translated - remain in Java, something meaningfull in Python (<, ...)
|
||||
*
|
||||
* - enum inside class is missing comment
|
||||
* - crash if link in @see tag is split to two lines
|
||||
* - whitespaces in tests
|
||||
* - Python
|
||||
* - '\' not representing doxygen commands
|
||||
* - add comments also to auto-generated methods lilke equals(), delete() in Java,
|
||||
* and methods for std::vector(), ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue