Doxygen
|
Base class representing a piece of a documentation page. More...
#include <src/layout.h>
Public Types | |
enum | Kind { ENTRY_SPECIFICATIONS } |
Public Member Functions | |
virtual Kind | kind () const =0 |
std::string | entryToString () |
enum LayoutDocEntry::Kind |
|
inline |
Definition at line 74 of file layout.h.
References ENTRY_SPECIFICATIONS, and kind().
|
pure virtual |
Implemented in LayoutDocEntryMemberDecl, LayoutDocEntryMemberDef, and LayoutDocEntrySimple.
Referenced by entryToString().