%PDF- %PDF-
Direktori : /proc/self/root/usr/share/doc/doxygen-1.8.5/examples/ |
Current File : //proc/self/root/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 */ };