Thread: [Doxygen-users] [1.8.8] Using PlantUML (startuml/enduml) block causes subsequent customized ALIASES
Brought to you by:
dimitri
From: JamesAng <ang...@gm...> - 2014-10-28 02:42:00
|
In 1.8.8, using PlantUML (v8009) (startuml/enduml) block causes subsequent customized ALIASES tags to be unusable. Config: C file: log file: -- View this message in context: http://doxygen.10944.n7.nabble.com/1-8-8-Using-PlantUML-startuml-enduml-block-causes-subsequent-customized-ALIASES-tags-to-be-unusable-tp6874.html Sent from the Doxygen - Users mailing list archive at Nabble.com. |
From: James A. <ang...@gm...> - 2014-10-28 02:53:01
|
Sorry, re-send if you cannot see the detailed section as Nabble scrubbed it. ---- In 1.8.8, using PlantUML (v8009) (startuml/enduml) block causes subsequent customized ALIASES tags to be unusable. Config: ALIASES += t=" " ALIASES += sup{1}="<SUP>\1</SUP>" ALIASES += sub{1}="<SUB>\1</SUB>" ALIASES += b{1}="<B>\1</B>" ALIASES += i{1}="<I>\1</I>" C file: /*! customized aliases bug. The first \sup{alias} tab \t\[here\] is \b{\i{working}} before the \sub{start} of startuml. \startuml Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response Alice -> Bob: Another authentication Request Alice <-- Bob: another authentication Response \enduml Another \i{alias} tab after enduml \t\[here\] is \sub{not} working \b{with} a \sup{warning}: "Found unknown command" or "expected whitespace after" All customised aliases are gone. */ log file: test.c:12: warning: Found unknown command `\i' test.c:12: warning: Found unknown command `\t' test.c:12: warning: Found unknown command `\sub' test.c:12: warning: expected whitespace after { command test.c:13: warning: Found unknown command `\sup' test.c:3: warning: Found unknown command `\t' On Tue, Oct 28, 2014 at 10:38 AM, JamesAng <ang...@gm...> wrote: > In 1.8.8, > using PlantUML (v8009) (startuml/enduml) block causes subsequent customized > ALIASES tags to be unusable. > > Config: > > > C file: > > > log file: > > > > > > -- > View this message in context: http://doxygen.10944.n7.nabble.com/1-8-8-Using-PlantUML-startuml-enduml-block-causes-subsequent-customized-ALIASES-tags-to-be-unusable-tp6874.html > Sent from the Doxygen - Users mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users -- Regards, James |
From: Dimitri v. H. <do...@gm...> - 2014-10-28 18:36:20
|
Hi James, This seems to be fixed in GitHub already, most likely by this fix: https://github.com/doxygen/doxygen/commit/4df52916170bb81179697d0fa78c7d81fd95415f Regards, Dimitri > On 28 Oct 2014, at 3:52 , James Ang <ang...@gm...> wrote: > > Sorry, re-send if you cannot see the detailed section as Nabble scrubbed it. > > ---- > > In 1.8.8, > using PlantUML (v8009) (startuml/enduml) block causes subsequent customized > ALIASES tags to be unusable. > > Config: > > ALIASES += t=" " > ALIASES += sup{1}="<SUP>\1</SUP>" > ALIASES += sub{1}="<SUB>\1</SUB>" > ALIASES += b{1}="<B>\1</B>" > ALIASES += i{1}="<I>\1</I>" > > > C file: > > /*! customized aliases bug. > > The first \sup{alias} tab \t\[here\] is \b{\i{working}} before the > \sub{start} of startuml. > > \startuml > Alice -> Bob: Authentication Request > Bob --> Alice: Authentication Response > Alice -> Bob: Another authentication Request > Alice <-- Bob: another authentication Response > \enduml > > Another \i{alias} tab after enduml \t\[here\] is \sub{not} working \b{with} a > \sup{warning}: "Found unknown command" or "expected whitespace after" > > All customised aliases are gone. > */ > > > log file: > > test.c:12: warning: Found unknown command `\i' > test.c:12: warning: Found unknown command `\t' > test.c:12: warning: Found unknown command `\sub' > test.c:12: warning: expected whitespace after { command > test.c:13: warning: Found unknown command `\sup' > test.c:3: warning: Found unknown command `\t' > > > On Tue, Oct 28, 2014 at 10:38 AM, JamesAng <ang...@gm...> wrote: >> In 1.8.8, >> using PlantUML (v8009) (startuml/enduml) block causes subsequent customized >> ALIASES tags to be unusable. >> >> Config: >> >> >> C file: >> >> >> log file: >> >> >> >> >> >> -- >> View this message in context: http://doxygen.10944.n7.nabble.com/1-8-8-Using-PlantUML-startuml-enduml-block-causes-subsequent-customized-ALIASES-tags-to-be-unusable-tp6874.html >> Sent from the Doxygen - Users mailing list archive at Nabble.com. >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Doxygen-users mailing list >> Dox...@li... >> https://lists.sourceforge.net/lists/listinfo/doxygen-users > > > > -- > Regards, > James > > ------------------------------------------------------------------------------ > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users |
From: JamesAng <ang...@gm...> - 2014-10-29 01:06:11
|
Hello Dimitri, Thanks for the quick response. When is the next planned binaries release for Windows? Regards, James -- View this message in context: http://doxygen.10944.n7.nabble.com/1-8-8-Using-PlantUML-startuml-enduml-block-causes-subsequent-customized-ALIASES-tags-to-be-unusable-tp6874p6877.html Sent from the Doxygen - Users mailing list archive at Nabble.com. |
From: James A. <ang...@gm...> - 2014-10-30 09:27:44
|
Hello Dimitri, Although, the latest GIT windows binaries (doxygenw20140924_1_8_8.zip 2014-09-24) does not include that necessary patch for PlantUML, it reported an error "..\src\plantuml.cpp<61>: Internal error: Requested unknown option PLANTUML_INCLUDE_PATH!" when running the 64-bit version. I'm hoping that you can upload at least a GIT windows binaries that can do a proper PlantUML test soon. Thks alot in adv. Regards, James. On Wed, Oct 29, 2014 at 9:02 AM, JamesAng <ang...@gm...> wrote: > Hello Dimitri, > > Thanks for the quick response. > > When is the next planned binaries release for Windows? > > Regards, > James > > > > -- > View this message in context: http://doxygen.10944.n7.nabble.com/1-8-8-Using-PlantUML-startuml-enduml-block-causes-subsequent-customized-ALIASES-tags-to-be-unusable-tp6874p6877.html > Sent from the Doxygen - Users mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users -- Regards, James |