RE: [Doxygen-users] aliases
Brought to you by:
dimitri
From: Kevin W. <KWi...@vi...> - 2002-02-14 15:54:40
|
Thanks to everyone that tried to help. Frederic got me - I didn't realize there was an existing (blank) ALIASES line later in the config file. After removing that, my aliases are working great! -- Kevin Williams Visionael Corporation kwi...@vi... -----Original Message----- From: Frederic Maria [mailto:fre...@fe...] Sent: Thursday, February 14, 2002 3:27 AM To: dox...@li... Subject: Re: [Doxygen-users] aliases Multiple definition of configuration parameter only keeps the last one. Try to find the place where ALIASES is defined in your config file (I suppose you kept the original one) : ALIASES = "........" and add the following line just after : ALIASES += "z=BLAH" (don't foget the '+', it's the key !) This should work now. Fred |