DEBSOURCES
Skip Quicknav
sources / breathe / 4.36.0-2 / examples / doxygen / tag.cpp
123456789
/*! A class that is inherited from the external class Test13. */ class Tag : public Test13 { public: /*! an overloaded member. */ void example(); };