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 4adc374..74eea8f 100644 --- a/src/entry.h +++ b/src/entry.h @@ -159,6 +159,7 @@ class Entry bool stat; // static ? bool proto; // prototype ? bool inLine; // inline ? + bool subGrouping; // automatically group class members? Specifier virt; // virtualness of the entry Entry *parent; // parent node in the tree QCString type; // member type |