Doxygen
|
#include "cmdmapper.h"
Go to the source code of this file.
Namespaces | |
namespace | Mappers |
Namespace for the doxygen and HTML command mappers. | |
Variables | |
static const CommandMap< CommandType > | g_cmdMap |
static const CommandMap< HtmlTagType > | g_htmlTagMap |
static Mapper< CommandType > | g_cmdMapper (g_cmdMap, true) |
static Mapper< HtmlTagType > | g_htmlTagMapper (g_htmlTagMap, false) |
const Mapper< CommandType > * | Mappers::cmdMapper = &g_cmdMapper |
const Mapper< HtmlTagType > * | Mappers::htmlTagMapper = &g_htmlTagMapper |
|
static |
Definition at line 18 of file cmdmapper.cpp.
|
static |
|
static |
Definition at line 166 of file cmdmapper.cpp.
|
static |