diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-12-15 18:58:39 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-12-15 18:58:39 (GMT) |
commit | 104be290eb99ab3277906a57fb4673dfa1850bc6 (patch) | |
tree | 1cb1b44f09351116c7ebe409fef462341fac2ff3 /src/entry.h | |
parent | 4d3dea2f08f3bed73db5c3b8dc3772e46decb479 (diff) | |
download | Doxygen-104be290eb99ab3277906a57fb4673dfa1850bc6.zip Doxygen-104be290eb99ab3277906a57fb4673dfa1850bc6.tar.gz Doxygen-104be290eb99ab3277906a57fb4673dfa1850bc6.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 |