[Doxygen-users] aliases
Brought to you by:
dimitri
|
From: Kevin W. <KWi...@vi...> - 2002-02-13 15:38:30
|
Using Doxygen 1.2.13.1. The first thing in my config file is this:
ALIASES = "z=BLAH"
Here's some source code I ran through doxygen:
/** @file blah.cpp */
/*!
* @brief Blah blah blah
*
* @z This is a test.
*/
void blah(void)
{
return;
}
In doxygen's HTML output, my @z alias doesn't get turned into BLAH (it
remains "@z"). Am I defining the alias incorrectly? Or do aliases not work
in this case for some reason?
-- Kevin Williams
Visionael Corporation
kwi...@vi...
|