syntax of function definition
int
aa::
a1 (void)
triggers the issue (I know that it is not usual syntax, but source code
can't be changed at this moment)
vs.
int aa::a1 (void)
behaves as expected.
Thanks for any help.
Jan
From: Jan Ruzicka
Sent: Thursday, March 09,
Hi
The References section seems to always include a next function.
Jan
From: Jan Ruzicka
Sent: Thursday, March 09, 2017 11:38 AM
To: 'doxygen-users@lists.sourceforge.net'
Subject: ghost references by function (doxygen 1.8.13)
Hi
Does anybody else see ghost links in reference
rences xxx::yyy::fatal_exit().
Referenced by xxx::yyy::check_args().
{
major_ = MAJOR_VERSION;
minor_ = MINOR_VERSION;
micro_ = MICRO_VERSION;
}
Jan Ruzicka
Senior Software Engineer
Comtech Mobile Datacom Corporation
20430 Century Blvd, Germantown, MD 20874
Office: 240-686-3300
Fax: 2
Hi Andy,
Has anyone come across the the issue of unwanted interdependency of
documentation and source code releases when embedding documentation in source
code?
By this I mean that my documentation is extracted from my RTL source code and
the following sequence occurs:
1. My RTL is verified,