summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authormueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7>1999-12-15 19:34:06 (GMT)
committermueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7>1999-12-15 19:34:06 (GMT)
commitf18128845407f8612668950e112c2d5c3e0ff5be (patch)
tree43e0b215b5d3d2b436509cbb1cd22102aef61b1d /src/util.h
parentdaf91dc906e217e81f77f491e0abf505a91289b8 (diff)
downloadDoxygen-f18128845407f8612668950e112c2d5c3e0ff5be.zip
Doxygen-f18128845407f8612668950e112c2d5c3e0ff5be.tar.gz
Doxygen-f18128845407f8612668950e112c2d5c3e0ff5be.tar.bz2
mods for doxygen-0.49-990829
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h23
1 files changed, 16 insertions, 7 deletions
diff --git a/src/util.h b/src/util.h
index 515a816..f17f5e2 100644
--- a/src/util.h
+++ b/src/util.h
@@ -34,17 +34,17 @@ class FileNameDict;
class ArgumentList;
class OutputList;
-extern void writeMemberDecs(OutputList &ol, ClassDef *cd, NamespaceDef *nd,
- FileDef *fd, const char *title, const char *subtitle,
- MemberList *ml);
-extern void writeMemberDocs(OutputList &ol,
- MemberList *ml,const char *scopeName,MemberDef::MemberType m);
+//extern void writeMemberDecs(OutputList &ol, ClassDef *cd, NamespaceDef *nd,
+// FileDef *fd, const char *title, const char *subtitle,
+// MemberList *ml);
+//extern void writeMemberDocs(OutputList &ol,
+// MemberList *ml,const char *scopeName,MemberDef::MemberType m);
extern void setAnchors(char id,MemberList *ml);
//extern int countMemberDocs(MemberList *ml,MemberDef::MemberType m);
extern QCString fileToString(const char *name);
extern QCString dateToString(bool);
-//extern OutputList linkifyText(const char *clName,const char *name,
-// const char *text);
+extern void linkifyText(OutputList &ol,const char *clName,const char *name,
+ const char *text);
extern bool getDefs(const QCString &scopeName,const QCString &memberName,
const char *, MemberDef *&md, ClassDef *&cd,FileDef *&fd,
NamespaceDef *&nd);
@@ -79,9 +79,18 @@ void startFile(OutputList &ol,const char *name,
void endFile(OutputList &ol,bool external=FALSE);
void writeQuickLinks(OutputList &ol,bool compact,bool external=FALSE);
QCString argListToString(ArgumentList *al);
+QCString tempArgListToString(ArgumentList *al);
QCString generateMarker(int id);
void writeExample(OutputList &ol,ExampleList *el);
void setFileNameForSections(QList<QCString> *anchorList,const char *fileName);
QCString stripAnnonymousScope(const QCString &s);
+
+//void writeLink(OutputList &ol,ClassDef *cd,NamespaceDef *nd,
+// FileDef *fd,MemberDef *md,const char *name);
+//void warnForUndocumentedMember(MemberDef *md);
+QCString stripFromPath(const QCString &path);
+bool rightScopeMatch(const QCString &scope, const QCString &name);
+bool leftScopeMatch(const QCString &scope, const QCString &name);
+
#endif