diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2003-12-15 18:58:39 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2003-12-15 18:58:39 (GMT) |
commit | 4369f8dfd78c7d6666a604026017cfe6e4c9fbc4 (patch) | |
tree | 1cb1b44f09351116c7ebe409fef462341fac2ff3 /src/entry.h | |
parent | e25c1a6e6ea8548f91c3b18ed8337e8f8661e0e2 (diff) | |
download | Doxygen-4369f8dfd78c7d6666a604026017cfe6e4c9fbc4.zip Doxygen-4369f8dfd78c7d6666a604026017cfe6e4c9fbc4.tar.gz Doxygen-4369f8dfd78c7d6666a604026017cfe6e4c9fbc4.tar.bz2 |
Release-1.3.5-20031215
Diffstat (limited to 'src/entry.h')
-rw-r--r-- | src/entry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entry.h b/src/entry.h index b796b4e..a15c980 100644 --- a/src/entry.h +++ b/src/entry.h @@ -293,6 +293,7 @@ class Entry QList<ListItemInfo> *sli; //!< special lists (test/todo/bug/deprecated/..) this entry is in TagInfo *tagInfo; //!< tag file info static int num; //!< counts the total number of entries + bool objc; //!< Objective-C construct enum { GROUPDOC_NORMAL, //<! defgroup |