After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 779407 - plantuml:an unwanted newline is generated after @startuml
plantuml:an unwanted newline is generated after @startuml
Status: RESOLVED OBSOLETE
Product: doxygen
Classification: Other
Component: build
1.8.13
Other Windows
: Low minor
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
[moved_to_github]
Depends on:
Blocks:
 
 
Reported: 2017-03-01 09:55 UTC by swmatisa
Modified: 2018-07-30 10:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description swmatisa 2017-03-01 09:55:52 UTC
When the following valid comment with PlantUML is added in a file:
/** 
@startuml
version
@enduml
*/

An unwanted newline is generated after @startuml. The content of generated inline_umlgraph_1.pu is:
@startuml

version
@enduml


This is an invalid plantUML file because "version" must be at the fist line after @startuml

The correct content of generated inline_umlgraph_1.pu is:
@startuml
version
@enduml
Comment 1 albert 2018-06-12 17:01:02 UTC
Added the following special plantuml commands:
author
checkversion
licence
license
sudoku [<seed>]
testdot
version

I've just pushed a proposed patch to github (pull request 765, https://github.com/doxygen/doxygen/pull/765).
Comment 2 André Klapper 2018-07-30 10:34:39 UTC
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to 

   https://github.com/doxygen/doxygen/issues

All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github.

Hence I am closing this GNOME Bugzilla ticket.
Please use the corresponding ticket in Github instead. Thanks a lot!