diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-09-16 18:34:41 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-09-16 18:34:41 (GMT) |
commit | 3b98221d43ba62088538ead3aa726f81dd9202f9 (patch) | |
tree | 11aba0942df62a4f1090d7ffd3f4cb98c0c3b6ed /src/index.h | |
parent | 2620b73bf03f4ecafc9d751691dccb31cc94a4fe (diff) | |
download | Doxygen-3b98221d43ba62088538ead3aa726f81dd9202f9.zip Doxygen-3b98221d43ba62088538ead3aa726f81dd9202f9.tar.gz Doxygen-3b98221d43ba62088538ead3aa726f81dd9202f9.tar.bz2 |
Release-1.4.4-20050817
Diffstat (limited to 'src/index.h')
-rw-r--r-- | src/index.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/index.h b/src/index.h index 2b76a02..007ab91 100644 --- a/src/index.h +++ b/src/index.h @@ -90,7 +90,11 @@ enum HighlightedItem HLI_Globals, HLI_Pages, HLI_Examples, - HLI_Search + HLI_Search, + + HLI_ClassVisible, + HLI_NamespaceVisible, + HLI_FileVisible }; enum ClassMemberHighlight |