|
CppDoc Example Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
TestDocBase | +--TestDocin TestDoc.h
Class for documentation testing. Some inline stuff is to follow.
The document root path is: ../../..
Here are the source files:
getStr, Code.Foo, the CppDoc website| Fields inherited from class TestDocBase |
baseField |
| Constructor Summary | |
TestDoc( long x )
A constructor. |
|
virtual ~TestDoc()
The destructor. |
|
| Method Summary | |
void |
bar()
Here's a link: (Click Me!), and
here's another link: getStr, and
here's an unresolvable link: foo. |
String |
getStr( int x, float y )
A test function to show off the @param tag. |
protected int |
plainOlFunc()
This is a plain ol' doc comment on a protected method. |
void |
someDeprecatedMethod()
Deprecated. This method doesn't do anything. Use the bar() function
instead. |
protected static float |
someStaticFunc( int* arg )
A static method. |
| Methods inherited from class TestDocBase |
publicBaseMethod, protectedBaseMethod |
| Constructor Detail |
public TestDoc( long x );
public virtual ~TestDoc();
| Method Detail |
public void bar();
(Click Me!), and
here's another link: getStr, and
here's an unresolvable link: foo.
getStr, someDeprecatedMethodpublic String getStr( int x, float y ) throw( TestDocException );
@param tag.
Note that the throw specification in the function declaration is not
required for the @throw tag.
x - the first parameter... which isn't used
y - another unused parameterTestDocException - when anything bad happensprotected int plainOlFunc();
public void someDeprecatedMethod();
the bar() function
instead.
This is some documentation attached to a deprecated method.
protected static float someStaticFunc( int* arg );
|
CppDoc Example Documentation
CppDoc v2.3.1 |
|||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||