summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-11-28 16:08:28 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-11-28 16:08:28 (GMT)
commit65e57b55cfa22e3ccc2b281f1af974d410263e2a (patch)
tree644c99b029506924153f8171db58dadbe068f687 /src/util.h
parentc11530d7bfa321707ae7b8b8495b58862a5e0c56 (diff)
downloadDoxygen-65e57b55cfa22e3ccc2b281f1af974d410263e2a.zip
Doxygen-65e57b55cfa22e3ccc2b281f1af974d410263e2a.tar.gz
Doxygen-65e57b55cfa22e3ccc2b281f1af974d410263e2a.tar.bz2
Refactoring: move addDocCrossReference to memberdef.cpp/.h
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index c3fc6ba..2c088c4 100644
--- a/src/util.h
+++ b/src/util.h
@@ -460,8 +460,6 @@ QCString getDotImageExtension();
bool fileVisibleInIndex(const FileDef *fd,bool &genSourceFile);
-void addDocCrossReference(MemberDefMutable *src,MemberDefMutable *dst);
-
uint getUtf8Code( const QCString& s, int idx );
uint getUtf8CodeToLower( const QCString& s, int idx );
uint getUtf8CodeToUpper( const QCString& s, int idx );