#include <cmdmapper.h>
Static Public Member Functions | |
static void | freeMappers () |
Static Public Attributes | |
static Mapper * | cmdMapper |
static Mapper * | htmlTagMapper |
Definition at line 204 of file cmdmapper.h.
void Mappers::freeMappers | ( | ) | [static] |
Definition at line 188 of file cmdmapper.cpp.
References cmdMapper, and htmlTagMapper.
Referenced by cleanUpDoxygen().
Mapper * Mappers::cmdMapper [static] |
Definition at line 207 of file cmdmapper.h.
Referenced by freeMappers(), DocPara::handleCommand(), DocText::parse(), DocPara::parse(), DocHtmlDescTitle::parse(), DocIndexEntry::parse(), DocLink::parse(), and DocSecRefList::parse().
Mapper * Mappers::htmlTagMapper [static] |
Definition at line 208 of file cmdmapper.h.
Referenced by freeMappers(), DocPara::handleHtmlEndTag(), DocPara::handleHtmlStartTag(), DocHtmlList::parse(), DocHtmlDescList::parse(), DocHtmlDescTitle::parse(), DocHtmlTable::parse(), DocHtmlRow::parse(), DocHtmlCell::parse(), DocHtmlCaption::parse(), DocHRef::parse(), DocHtmlHeader::parse(), DocParamList::parseXml(), DocHtmlList::parseXml(), DocHtmlTable::parseXml(), DocHtmlRow::parseXml(), and DocHtmlCell::parseXml().