summaryrefslogtreecommitdiffstats
path: root/src/markdown.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2012-01-22 19:51:13 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2012-01-22 19:51:13 (GMT)
commitc22d77a7a9c0f26a060a58047f514869a9e0a067 (patch)
tree082a1fab748f7d6917c9728b6f302bb4757de12d /src/markdown.h
parentfd8b446f8ae60e7d1dc259c6f5fe38c287377d19 (diff)
downloadDoxygen-c22d77a7a9c0f26a060a58047f514869a9e0a067.zip
Doxygen-c22d77a7a9c0f26a060a58047f514869a9e0a067.tar.gz
Doxygen-c22d77a7a9c0f26a060a58047f514869a9e0a067.tar.bz2
Release-1.7.6.1-20120122
Diffstat (limited to 'src/markdown.h')
-rw-r--r--src/markdown.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/markdown.h b/src/markdown.h
index 616c01e..885d659 100644
--- a/src/markdown.h
+++ b/src/markdown.h
@@ -19,8 +19,10 @@
#include <qcstring.h>
#include "parserintf.h"
+class Entry;
+
/** processes string \a s and converts markdown into doxygen/html commands. */
-QCString processMarkdown(const QCString &s);
+QCString processMarkdown(const QCString &fileName,Entry *e,const QCString &s);
class MarkdownFileParser : public ParserInterface
{