home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     tools and utilities


 Overview   Project   Class   Tree   Deprecated   Index 
CppDoc Example Documentation
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

cppdoc_test
Class TestDoc

TestDocBase
   |
   +--TestDoc

   in TestDoc.h
   in TestDoc.cpp
Direct Known Subclasses:
MultipleInheritance, TestDocDerived

class TestDoc
extends TestDocBase

Class for documentation testing. Some inline stuff is to follow.
The document root path is: ../../..
Here are the source files:


Here is source file 1: TestDoc.cpp
Here is source file 2: TestDoc.h

Since:
version 1.0
See Also:
"The help file", 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

TestDoc

public TestDoc( long x );
A constructor.

~TestDoc

public virtual ~TestDoc();
The destructor. This comment came from the .cpp file (TestDoc.h).


Method Detail

bar

public void bar();
Here's a link: (Click Me!), and here's another link: getStr, and here's an unresolvable link: foo.
See Also:
getStr, someDeprecatedMethod

getStr

public String getStr( int x, float y ) throw( TestDocException );
A test function to show off the @param tag. Note that the throw specification in the function declaration is not required for the @throw tag.
Parameters:
x - the first parameter... which isn't used
y - another unused parameter
Returns:
the String "hi"
Throws:
TestDocException - when anything bad happens

plainOlFunc

protected int plainOlFunc();
This is a plain ol' doc comment on a protected method.

someDeprecatedMethod

public void someDeprecatedMethod();
Deprecated. This method doesn't do anything. Use the bar() function instead.

This is some documentation attached to a deprecated method.


someStaticFunc

protected static float someStaticFunc( int* arg );
A static method.

 Overview   Project   Class   Tree   Deprecated   Index 
CppDoc Example Documentation
CppDoc v2.3.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD