1 /****************************************************************************** |
1 /****************************************************************************** |
2 * |
2 * |
3 * |
3 * |
4 * |
4 * |
5 * Copyright (C) 1997-2008 by Dimitri van Heesch. |
5 * Copyright (C) 1997-2010 by Dimitri van Heesch. |
6 * |
6 * |
7 * Permission to use, copy, modify, and distribute this software and its |
7 * Permission to use, copy, modify, and distribute this software and its |
8 * documentation under the terms of the GNU General Public License is hereby |
8 * documentation under the terms of the GNU General Public License is hereby |
9 * granted. No representations are made about the suitability of this software |
9 * granted. No representations are made about the suitability of this software |
10 * for any purpose. It is provided "as is" without express or implied warranty. |
10 * for any purpose. It is provided "as is" without express or implied warranty. |
250 extern int documentedNamespaceMembers[NMHL_Total]; |
250 extern int documentedNamespaceMembers[NMHL_Total]; |
251 extern int documentedHtmlFiles; |
251 extern int documentedHtmlFiles; |
252 extern int documentedPages; |
252 extern int documentedPages; |
253 extern int documentedDirs; |
253 extern int documentedDirs; |
254 |
254 |
255 void startTitle(OutputList &ol,const char *fileName); |
255 void startTitle(OutputList &ol,const char *fileName,Definition *def=0); |
256 void endTitle(OutputList &ol,const char *fileName,const char *name); |
256 void endTitle(OutputList &ol,const char *fileName,const char *name); |
257 void startFile(OutputList &ol,const char *name,const char *manName, |
257 void startFile(OutputList &ol,const char *name,const char *manName, |
258 const char *title,HighlightedItem hli=HLI_None, |
258 const char *title,HighlightedItem hli=HLI_None, |
259 bool additionalIndices=FALSE); |
259 bool additionalIndices=FALSE); |
260 void endFile(OutputList &ol,bool external=FALSE); |
260 void endFile(OutputList &ol,bool external=FALSE); |