summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-07-12 15:32:41 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-07-12 15:32:41 (GMT)
commita9862d8487c3abbf3edccc78e177874f4186c822 (patch)
tree84ec1ff38937e82a2dfe563fc2d140bc337ffd7f /src/util.h
parentf397aa6aa3e425c97c7bff085ea1aff7b479d7e8 (diff)
downloadDoxygen-a9862d8487c3abbf3edccc78e177874f4186c822.zip
Doxygen-a9862d8487c3abbf3edccc78e177874f4186c822.tar.gz
Doxygen-a9862d8487c3abbf3edccc78e177874f4186c822.tar.bz2
Release-1.8.1.2
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/util.h b/src/util.h
index 4c8933f..994c3fb 100644
--- a/src/util.h
+++ b/src/util.h
@@ -234,6 +234,7 @@ void initClassHierarchy(ClassSDict *cl);
bool hasVisibleRoot(BaseClassList *bcl);
int minClassDistance(const ClassDef *cd,const ClassDef *bcd,int level=0);
+Protection classInheritedProtectionLevel(ClassDef *cd,ClassDef *bcd,Protection prot=Public,int level=0);
QCString convertNameToFile(const char *name,bool allowDots=FALSE,bool allowUnderscore=FALSE);
@@ -376,9 +377,6 @@ QCString filterTitle(const QCString &title);
bool patternMatch(const QFileInfo &fi,const QStrList *patList);
-void writeSummaryLink(OutputList &ol,const char *label,const char *title,
- bool &first);
-
QCString externalLinkTarget();
QCString externalRef(const QCString &relPath,const QCString &ref,bool href);
int nextUtf8CharPosition(const QCString &utf8Str,int len,int startPos);
@@ -405,5 +403,9 @@ QCString processMarkup(const QCString &s);
bool protectionLevelVisible(Protection prot);
+QCString stripIndentation(const QCString &s);
+
+bool fileVisibleInIndex(FileDef *fd,bool &genSourceFile);
+
#endif