diff options
Diffstat (limited to 'src/entry.h')
-rw-r--r-- | src/entry.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/entry.h b/src/entry.h index 16d00fb..b796b4e 100644 --- a/src/entry.h +++ b/src/entry.h @@ -274,6 +274,9 @@ class Entry QCString brief; //!< brief description (doc block) int briefLine; //!< line number at which the brief desc. was found QCString briefFile; //!< file in which the brief desc. was found + QCString inbodyDocs; //!< documentation inside the body of a function + int inbodyLine; //!< line number at which the body doc was found + QCString inbodyFile; //!< file in which the body doc 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 |