diff options
Diffstat (limited to 'src/entry.h')
-rw-r--r-- | src/entry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entry.h b/src/entry.h index d18d7e7..2d7d49a 100644 --- a/src/entry.h +++ b/src/entry.h @@ -289,6 +289,8 @@ class Entry 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 read; //!< property read accessor + QCString write; //!< property write accessor 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 |