#include <qfileinfo.h>
#include "docbookvisitor.h"
#include "docparser.h"
#include "language.h"
#include "doxygen.h"
#include "outputgen.h"
#include "docbookgen.h"
#include "dot.h"
#include "message.h"
#include "util.h"
#include "parserintf.h"
#include "filename.h"
#include "config.h"
#include "filedef.h"
#include "msc.h"
#include "dia.h"
#include "htmlentity.h"
#include "plantuml.h"
Go to the source code of this file.
Definition at line 68 of file docbookvisitor.cpp.
73 t <<
" </caption>" <<
endl;
75 t <<
" </mediaobject>" <<
endl;
76 t <<
" </figure>" <<
endl;
QTextStream & endl(QTextStream &s)
Definition at line 39 of file docbookvisitor.cpp.
42 t <<
" <figure>" <<
endl;
43 t <<
" <title></title>" <<
endl;
44 t <<
" <mediaobject>" <<
endl;
45 t <<
" <imageobject>" <<
endl;
53 t <<
" width=\"50%\"";
59 t <<
" align=\"center\" valign=\"middle\" scalefit=\"1\" fileref=\"" << name <<
"\">";
60 t <<
"</imagedata>" <<
endl;
61 t <<
" </imageobject>" <<
endl;
64 t <<
" <caption>" <<
endl;
QCString convertToXML(const char *s)
QTextStream & endl(QTextStream &s)