[Doxygen-users] Aliases and \test
Brought to you by:
dimitri
From: Christian H. <ch...@os...> - 2001-06-13 07:41:19
|
Hi, I substituted in my source code all \test jack: foo \test john: bar by some aliases: ALIASES = "jack=\test jack:" "john=\test john:" \jack foo \john bar But it doesn't work. Doxygen does not recognize the "\john bar" as "\test ..." sequence and merges the statements to: "... jack: foo \test john: bar ..." If I use \note instead of \test it works. Where is my fault or is it a bug? I use \test get a seperated list of programmer's comments. Is there another way to do this? Ciao, Christian. |