summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-09-04 19:14:10 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-09-04 19:14:10 (GMT)
commit12ea1b8460a1484b87ba2a4182a94cace98aedf8 (patch)
tree9eaad18e2e95d04758839bfe77adefaaa1695f7d /src/util.h
parent5b0de0b4249965d3ae2ca3e67f40ef810e0a9598 (diff)
downloadDoxygen-12ea1b8460a1484b87ba2a4182a94cace98aedf8.zip
Doxygen-12ea1b8460a1484b87ba2a4182a94cace98aedf8.tar.gz
Doxygen-12ea1b8460a1484b87ba2a4182a94cace98aedf8.tar.bz2
Release-1.3.3-20030904
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/util.h b/src/util.h
index 2459b4b..ec794dc 100644
--- a/src/util.h
+++ b/src/util.h
@@ -77,8 +77,14 @@ class TextGeneratorOLImpl : public TextGeneratorIntf
//--------------------------------------------------------------------
-void linkifyText(const TextGeneratorIntf &ol,Definition *scope,const char *name,
- const char *text,bool autoBreak=FALSE,bool external=TRUE);
+void linkifyText(const TextGeneratorIntf &ol,
+ Definition *scope,
+ FileDef *fileScope,
+ const char *name,
+ const char *text,
+ bool autoBreak=FALSE,
+ bool external=TRUE
+ );
void setAnchors(ClassDef *cd,char id,MemberList *ml,int groupId=-1);
QCString fileToString(const char *name,bool filter=FALSE);
QCString dateToString(bool);
@@ -131,7 +137,7 @@ ClassDef *getClass(const char *key);
ClassDef *getResolvedClass(Definition *scope,
FileDef *fileScope,
const char *key,
- bool *pIsTypeDef=0,
+ MemberDef **pTypeDef=0,
QCString *pTemplSpec=0);
NamespaceDef *getResolvedNamespace(const char *key);
FileDef *findFileDef(const FileNameDict *fnDict,const char *n,