#include <qdir.h>
#include "htmldocvisitor.h"
#include "docparser.h"
#include "language.h"
#include "doxygen.h"
#include "outputgen.h"
#include "dot.h"
#include "message.h"
#include "config.h"
#include "htmlgen.h"
#include "parserintf.h"
#include "msc.h"
#include "dia.h"
#include "util.h"
#include "vhdldocgen.h"
#include "filedef.h"
#include "memberdef.h"
#include "htmlentity.h"
#include "plantuml.h"
Go to the source code of this file.
Functions | |
static QCString | convertIndexWordToAnchor (const QString &word) |
static bool | mustBeOutsideParagraph (DocNode *n) |
static QString | htmlAttribsToString (const HtmlAttribList &attribs) |
static void | visitPreCaption (FTextStream &t, DocVerbatim *s) |
static void | visitPostCaption (FTextStream &t, DocVerbatim *s) |
static void | visitCaption (HtmlDocVisitor *parent, QList< DocNode > children) |
template<class T > | |
bool | isFirstChildNode (T *parent, DocNode *node) |
template<class T > | |
bool | isLastChildNode (T *parent, DocNode *node) |
bool | isSeparatedParagraph (DocSimpleSect *parent, DocPara *par) |
static int | getParagraphContext (DocPara *p, bool &isFirst, bool &isLast) |
static bool | insideStyleChangeThatIsOutsideParagraph (DocPara *para, int nodeIndex) |
Variables | |
static const int | NUM_HTML_LIST_TYPES = 4 |
static const char | types [][NUM_HTML_LIST_TYPES] = {"1", "a", "i", "A"} |
Definition at line 42 of file htmldocvisitor.cpp.
Definition at line 830 of file htmldocvisitor.cpp.
|
static |
Definition at line 129 of file htmldocvisitor.cpp.
Returns TRUE if the child nodes in paragraph para until nodeIndex contain a style change node that is still active and that style change is one that must be located outside of a paragraph, i.e. it is a center, div, or pre tag. See also bug746162.
Definition at line 2051 of file htmldocvisitor.cpp.
Definition at line 788 of file htmldocvisitor.cpp.
Definition at line 794 of file htmldocvisitor.cpp.
bool isSeparatedParagraph | ( | DocSimpleSect * | parent, |
DocPara * | par | ||
) |
Definition at line 799 of file htmldocvisitor.cpp.
Definition at line 76 of file htmldocvisitor.cpp.
|
static |
Definition at line 345 of file htmldocvisitor.cpp.
|
static |
Definition at line 336 of file htmldocvisitor.cpp.
|
static |
Definition at line 327 of file htmldocvisitor.cpp.
|
static |
Definition at line 39 of file htmldocvisitor.cpp.
|
static |
Definition at line 40 of file htmldocvisitor.cpp.