summaryrefslogtreecommitdiffstats
path: root/src/outputgen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-07-30 13:16:35 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-07-30 13:16:35 (GMT)
commit4cca5f09948e314e14700c81dba8938ddaed814d (patch)
tree9e16d5e4af48cedcff38fb8402d057bfa0d2baad /src/outputgen.h
parent11d4d687a83f1170514ea93e9dcad8c891b19df0 (diff)
parentbee75b8faad42e45dea619bae8e61b264448184b (diff)
downloadDoxygen-4cca5f09948e314e14700c81dba8938ddaed814d.zip
Doxygen-4cca5f09948e314e14700c81dba8938ddaed814d.tar.gz
Doxygen-4cca5f09948e314e14700c81dba8938ddaed814d.tar.bz2
Merge branch 'feature/bug_685714' of https://github.com/albert-github/doxygen into albert-github-feature/bug_685714
Diffstat (limited to 'src/outputgen.h')
-rw-r--r--src/outputgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/outputgen.h b/src/outputgen.h
index e302f42..322f4b7 100644
--- a/src/outputgen.h
+++ b/src/outputgen.h
@@ -150,7 +150,7 @@ class BaseOutputDocInterface : public CodeOutputInterface
Examples
};
- virtual bool parseText(const QCString &s) { return s.isEmpty(); }
+ virtual void parseText(const QCString &s) {}
/*! Start of a bullet list: e.g. \c \<ul\> in html. startItemListItem() is
* Used for the bullet items.