summaryrefslogtreecommitdiffstats
path: root/src/index.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-09-06 21:04:07 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-09-06 21:04:07 (GMT)
commit4ccd672ea5dbda17649f2e33577b5ab7eb02db7e (patch)
tree24f950391924810998cc59aeb041099c7871e49c /src/index.h
parent3aaaf142be657201a2664c10b96447acb1610187 (diff)
downloadDoxygen-4ccd672ea5dbda17649f2e33577b5ab7eb02db7e.zip
Doxygen-4ccd672ea5dbda17649f2e33577b5ab7eb02db7e.tar.gz
Doxygen-4ccd672ea5dbda17649f2e33577b5ab7eb02db7e.tar.bz2
Release-1.3.8-20040906
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/index.h b/src/index.h
index 469d75a..f6cf48d 100644
--- a/src/index.h
+++ b/src/index.h
@@ -26,15 +26,15 @@ enum IndexSections
isTitlePageStart,
isTitlePageAuthor,
isMainPage,
-// isPackageIndex,
isModuleIndex,
+ isDirIndex,
isNamespaceIndex,
isClassHierarchyIndex,
isCompoundIndex,
isFileIndex,
isPageIndex,
-// isPackageDocumentation,
isModuleDocumentation,
+ isDirDocumentation,
isNamespaceDocumentation,
isClassDocumentation,
isFileDocumentation,
@@ -61,6 +61,7 @@ void writeExampleIndex(OutputList &ol);
void writePageIndex(OutputList &ol);
void writeFileMemberIndex(OutputList &ol);
void writeGroupIndex(OutputList &ol);
+void writeDirIndex(OutputList &ol);
void writeNamespaceIndex(OutputList &ol);
void writeNamespaceMemberIndex(OutputList &ol);
void writeGraphicalClassHierarchy(OutputList &ol);
@@ -74,6 +75,7 @@ enum HighlightedItem
HLI_None=0,
HLI_Main,
HLI_Modules,
+ HLI_Directories,
HLI_Namespaces,
HLI_Hierarchy,
HLI_Classes,
@@ -148,6 +150,7 @@ extern int documentedFileMembers[FMHL_Total];
extern int documentedNamespaceMembers[NMHL_Total];
extern int documentedHtmlFiles;
extern int documentedPages;
+extern int documentedDirs;
void startTitle(OutputList &ol,const char *fileName);
void endTitle(OutputList &ol,const char *fileName,const char *name);