Description
Source
Call Graph
Final_1::InheritDocFromBaseClass
( Public Method )
Shows how documentation are inherited down hierarchy.


Syntax / parameters
virtual int InheritDocFromBaseClass(int iInt) |
Name |
Type |
Default |
Description |
iInt |
int
|
|
Parameter iInt description. Parameter iInt description.
|
|
Return value |
virtual int
|
|
Some integer is returned.
|
Description
Shows how documentation are inherited down hierarchy. This function is overridden i all the classes in the hierarchy, but the documentation is only written here in the base class. The other versions of this function are not documented.


Reimplements
Notes
This function (as well as Override) shows how overridden functions are displayed in DoxyS output.
Source
The documentation for this Member was generated from the following files: