diff options
Diffstat (limited to 'src/definition.h')
-rw-r--r-- | src/definition.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/definition.h b/src/definition.h index c3c726a..68b7a92 100644 --- a/src/definition.h +++ b/src/definition.h @@ -132,6 +132,7 @@ class Definition void makePartOfGroup(GroupDef *gd); GroupList *partOfGroups() const { return m_partOfGroups; } + QCString convertNameToFile(const char *name,bool allowDots=FALSE) const; protected: int m_startBodyLine; // line number of the start of the definition |