Re: [Doxygen-users] [1.8.8] Using PlantUML (startuml/enduml) block causes subsequent customized ALI
Brought to you by:
dimitri
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 |