diff options
Diffstat (limited to 'src/index.h')
-rw-r--r-- | src/index.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/index.h b/src/index.h index dee48a4..469d75a 100644 --- a/src/index.h +++ b/src/index.h @@ -124,6 +124,19 @@ enum NamespaceMemberHighlight NMHL_Total = FMHL_EnumValues+1 }; +enum ClassHighlight +{ + CHL_All = 0, + CHL_Classes, + CHL_Structs, + CHL_Unions, + CHL_Interfaces, + CHL_Protocols, + CHL_Categories, + CHL_Exceptions, + CHL_Total = CHL_Exceptions+1 +}; + extern int annotatedClasses; extern int hierarchyClasses; extern int documentedFiles; |