RE: [Doxygen-users] (no subject)
Brought to you by:
dimitri
|
From: Kris T. <kri...@cs...> - 2002-01-16 16:51:14
|
fantastic. I forgot to put the 'inline' in there..
You HAVE to say
class A
{
public:
inline int method1 ();
inline void method2 ();
};
Sorry
Kris
|