summaryrefslogtreecommitdiffstats
path: root/examples/tag.cpp
blob: 74435c19d29cd828b9c0c9edb5b161ae93821556 (plain)
1
2
3
4
5
6
7
8
9
/*! A class that is inherited from the external class Test.
*/

class Tag : public Example_Test
{
  public:
    /*! an overloaded member. */
    void example();
};