summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-09-04 19:14:10 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-09-04 19:14:10 (GMT)
commitd20edf5ddd0f90ea5b220ad743bf311f74383fc8 (patch)
tree9eaad18e2e95d04758839bfe77adefaaa1695f7d /src/util.h
parent77a2ce8e15c967422cb1ff01dc78f5d9b1892c3d (diff)
downloadDoxygen-d20edf5ddd0f90ea5b220ad743bf311f74383fc8.zip
Doxygen-d20edf5ddd0f90ea5b220ad743bf311f74383fc8.tar.gz
Doxygen-d20edf5ddd0f90ea5b220ad743bf311f74383fc8.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,