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 6471995..1c8abac 100644 --- a/src/entry.h +++ b/src/entry.h @@ -267,6 +267,7 @@ class Entry bool hidden; //!< does this represent an entity that is hidden from the output bool artificial; //!< Artificially introduced item GroupDocType groupDocType; + QCString id; //!< libclang id static int num; //!< counts the total number of entries |