diff options
author | Joe George <joe@zeroc.com> | 2018-11-05 16:58:13 (GMT) |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2018-11-05 16:58:13 (GMT) |
commit | e81a74499ef2deff2112ff2eabe1015f76588120 (patch) | |
tree | 89f124a1d9460913be70d75c32a14e30a4dbdf66 /src/entry.h | |
parent | d5fd75574bc816e95f1bcdcdb8e2121949d484d8 (diff) | |
parent | 9440d7ce0b31749b6bbb13e70e2f7ed501505c7e (diff) | |
download | Doxygen-e81a74499ef2deff2112ff2eabe1015f76588120.zip Doxygen-e81a74499ef2deff2112ff2eabe1015f76588120.tar.gz Doxygen-e81a74499ef2deff2112ff2eabe1015f76588120.tar.bz2 |
Merge remote-tracking branch 'doxygen/master'
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 be0eef9..44e47da 100644 --- a/src/entry.h +++ b/src/entry.h @@ -250,6 +250,8 @@ class Entry bool subGrouping; //!< automatically group class members? bool callGraph; //!< do we need to draw the call graph? bool callerGraph; //!< do we need to draw the caller graph? + bool referencedByRelation;//!< do we need to show the referenced by relation? + bool referencesRelation; //!< do we need to show the references relation? Specifier virt; //!< virtualness of the entry QCString args; //!< member argument string QCString bitfields; //!< member's bit fields |