diff options
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 ef50658..16d00fb 100644 --- a/src/entry.h +++ b/src/entry.h @@ -275,6 +275,7 @@ class Entry int briefLine; //!< line number at which the brief desc. was found QCString briefFile; //!< file in which the brief desc. was found QCString relates; //!< related class (doc block) + bool relatesDup; //!< keep duplicate doc in original file also QCString inside; //!< name of the class in which documents are found QCString exception; //!< throw specification int bodyLine; //!< line number of the definition in the source |