summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-04-05 18:32:06 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-04-05 18:32:06 (GMT)
commit919b65b72a70d944602a65395951de9b9fa23f07 (patch)
tree5ee619d76bf274f5cb59e600d0337e2795c6ab8c /src
parent6441903baba9afd3898fc57c4da14029498290b1 (diff)
downloadDoxygen-919b65b72a70d944602a65395951de9b9fa23f07.zip
Doxygen-919b65b72a70d944602a65395951de9b9fa23f07.tar.gz
Doxygen-919b65b72a70d944602a65395951de9b9fa23f07.tar.bz2
Markdown file as internet link
Removed debug statements.
Diffstat (limited to 'src')
-rw-r--r--src/markdown.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/markdown.cpp b/src/markdown.cpp
index 291441f..7dbf434 100644
--- a/src/markdown.cpp
+++ b/src/markdown.cpp
@@ -915,8 +915,6 @@ static int processLink(GrowBuf &out,const char *data,int,int size)
{
SrcLangExt lang = getLanguageFromFileName(link);
int lp=-1;
- printf("==> %d #%s#\n",isURL(link),link.data());
- printf("==> %d \n", ((lp=link.find("@ref "))!=-1 || (lp=link.find("\\ref "))!=-1 || (lang==SrcLangExt_Markdown && !isURL(link))) );
if ((lp=link.find("@ref "))!=-1 || (lp=link.find("\\ref "))!=-1 || (lang==SrcLangExt_Markdown && !isURL(link)))
// assume doxygen symbol link
{