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 <angweiy...@gmail.com> 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
> Doxygen-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/doxygen-users



-- 
Regards,
James

------------------------------------------------------------------------------
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to