/
usr
/
share
/
doc
/
doxygen-1.8.5
/
examples
/
File Upload :
llllll
Current File: //usr/share/doc/doxygen-1.8.5/examples/afterdoc.h
/*! A test class */ class Test { public: /** An enum type. * The documentation block cannot be put after the enum! */ enum EnumType { int EVal1, /**< enum value 1 */ int EVal2 /**< enum value 2 */ }; void member(); //!< a member function. protected: int value; /*!< an integer value */ };
Copyright ©2k19 -
Hexid
|
Tex7ure