summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-04-09 19:36:52 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-04-09 19:36:52 (GMT)
commita32c1f37eabd83c1d4f9865796a95bd85b6e775d (patch)
tree1a6e48f2d93100a63e4d1ac4ff3716b3d67df215 /src/util.cpp
parent06d2c9291a5a0509cee84de207279e11692e4cdc (diff)
downloadDoxygen-a32c1f37eabd83c1d4f9865796a95bd85b6e775d.zip
Doxygen-a32c1f37eabd83c1d4f9865796a95bd85b6e775d.tar.gz
Doxygen-a32c1f37eabd83c1d4f9865796a95bd85b6e775d.tar.bz2
Changed fix as proposed
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 4de28cf..6d6112e 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -7933,11 +7933,6 @@ QCString getLanguageSpecificSeparator(SrcLangExt lang,bool classScope)
return "::";
}
}
-QCString replaceScopeSeparator(QCString str)
-{
- // we don't know about the language so we have to go for the worse
- return substitute(substitute(str,"\\","::"),".","::"); // PHP and Java, CSharp, VHDL, Python
-}
/** Checks whether the given url starts with a supported protocol */
bool isURL(const QCString &url)
{