[Doxygen-users] Doxygen-1.2.8.1 - \ingroup and tagfiles don't mix well
Brought to you by:
dimitri
|
From: Walter F.J. M. <W.F...@gs...> - 2001-06-11 09:21:44
|
Hi,
I've a few files with global functions where the documentation is
organized with \ingroup, like
/*!
\ingroup CTBmath
... some text
*/
double CTBsqrt(double x) {...}
It still seems to work in the project where the functions are
defined. However, reading the generated tagfile in another project
leads to a boatload of messages, like
CTBbase.tagfile:/u/mueller/CTB/CTBbase/CTBmath.cxx:1 Warning:
no matching class member found for CTBmath.cxx::CTBsqrt()
or
CTBbase.tagfile:/u/mueller/CTB/CTBbase/CTBmath.cxx:1 Warning:
member CTBlog10 of class CTBmath.cxx cannot be found
With best regards, Walter
--
Walter F.J. Mueller Mail: W.F...@gs...
GSI, Abteilung KP3 Phone: +49-6159-71-2766
D-64291 Darmstadt FAX: +49-6159-71-2989
WWW: http://www-kp3.gsi.de/www/kp3/people/mueller.html
|