[Doxygen-users] How can I add documentation for an inherited member function, that isn't overridden
Brought to you by:
dimitri
|
From: Stefan L. <kai...@ex...> - 2017-02-10 14:18:17
|
Hi.
I have the following situation:
class Base
{
public:
doFoo(void);
};
class Derived : public Base
{
public:
doBar(void);
};
Now I have documented Base::doFoo() and Derived::doBar(), but I need to
also document Derived::doFoo() with a doc that differs from the of
Base::doFoo(), although Derived does not override the implementation of
doFoo().
Is this possible? If yes, how?
/* @fn Derived::doFoo() */ makes Doxygen complain that it can't find a
matching class member for doFoo() in Derived.
Kind regards,
Stefan.
--
--
Exit Games | +49 40 413 596 0
Executive Christof Wegmann, CTO
Trade Registry / Amtsgericht Hamburg, Germany HRB 85991
We Make Multiplayer Simple | www.photonengine.com
|