summaryrefslogtreecommitdiffstats
path: root/src/rtfdocvisitor.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-08-09 17:49:58 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-08-09 17:49:58 (GMT)
commit4682b91364247aafe66b6af472e321511e115e7c (patch)
treee267667bec90cebd6a38c757c7b2047f7d7e22ec /src/rtfdocvisitor.h
parent69829b043fb36a56d194dc31522b694379636855 (diff)
downloadDoxygen-4682b91364247aafe66b6af472e321511e115e7c.zip
Doxygen-4682b91364247aafe66b6af472e321511e115e7c.tar.gz
Doxygen-4682b91364247aafe66b6af472e321511e115e7c.tar.bz2
Inline images
Create the possibility of inline images with the `\image` command by means of the option `inline`.
Diffstat (limited to 'src/rtfdocvisitor.h')
-rw-r--r--src/rtfdocvisitor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rtfdocvisitor.h b/src/rtfdocvisitor.h
index 1e927e7..ad82067 100644
--- a/src/rtfdocvisitor.h
+++ b/src/rtfdocvisitor.h
@@ -152,8 +152,8 @@ class RTFDocVisitor : public DocVisitor
void pushEnabled();
void popEnabled();
- void includePicturePreRTF(const QCString name, const bool isTypeRTF, const bool hasCaption);
- void includePicturePostRTF(const bool isTypeRTF, const bool hasCaption);
+ void includePicturePreRTF(const QCString name, const bool isTypeRTF, const bool hasCaption, const bool inlineImage = FALSE);
+ void includePicturePostRTF(const bool isTypeRTF, const bool hasCaption, const bool inlineImage = FALSE);
void writeDotFile(const QCString &fileName, const bool hasCaption);
void writeDotFile(DocDotFile *);
void writeMscFile(const QCString &fileName, const bool hasCaption);