Doxygen and versionbug

0 votes
asked Feb 27, 2017 in To be sorted by Serge Wenger Work (15,620 points)
With version 8057.
 
I do some test to integrate a PlantUML file in Doxygen (not to put some PlantUML in comment like http://plantuml.com/doxygen).
 
I found the solution:
/** 
@includedoc test.PlantUML
*/
 
It is working well except if the content of test.PlantUML is:
@startuml
version
@enduml
 
 
The error is "Forbidden line version"
 

1 Answer

0 votes
answered Feb 27, 2017 by plantuml (295,000 points)

Strange: this diagram is working with V8057 http://www.plantuml.com/plantuml/uml/AqijAixCpmC0

Could you check with some other single-lines diagrams:

@startuml
authors
@enduml


@startuml
class Foo
@enduml

And can you catch the text file generated by Doxygen ? Maybe some extra character are added ?

commented Feb 27, 2017 by Serge Wenger Work (15,620 points)
There is still the same error. but when I use plantuml.jar directly it is OK. Doxygen "Add" soemthing!!!
commented Feb 27, 2017 by Serge Wenger Work (15,620 points)
It is OK with class Foo
commented Mar 1, 2017 by Serge Wenger Work (15,620 points)
I create the following bug report to Doxygen:
https://bugzilla.gnome.org/show_bug.cgi?id=779407
...