summaryrefslogtreecommitdiffstats
path: root/src/outputgen.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-03-30 12:20:36 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-03-30 12:20:36 (GMT)
commitbee75b8faad42e45dea619bae8e61b264448184b (patch)
tree383d8156534d5f3123c60fbadb704b32a1a78509 /src/outputgen.h
parentfe8a55092e6f890792f6ff8aeecfc1dce86160a0 (diff)
downloadDoxygen-bee75b8faad42e45dea619bae8e61b264448184b.zip
Doxygen-bee75b8faad42e45dea619bae8e61b264448184b.tar.gz
Doxygen-bee75b8faad42e45dea619bae8e61b264448184b.tar.bz2
Bug 685714 - false positives reporting parameters or return value not being documented
- removed memory leak on variable root - return values of generateDoc and parseText are nowhere used, replaced bool function with void function.
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 a99cff3..be6b5e1 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.