My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | Static Public Attributes | List of all members
Mappers Struct Reference

#include <cmdmapper.h>

Static Public Member Functions

static void freeMappers ()
 

Static Public Attributes

static MappercmdMapper = new Mapper(cmdMap,TRUE)
 
static MapperhtmlTagMapper = new Mapper(htmlTagMap,FALSE)
 

Detailed Description

Class representing a namespace for the doxygen and HTML command mappers.

Definition at line 218 of file cmdmapper.h.

Member Function Documentation

void Mappers::freeMappers ( )
static

Definition at line 256 of file cmdmapper.cpp.

References cmdMapper, and htmlTagMapper.

Referenced by cleanUpDoxygen().

{
delete cmdMapper; cmdMapper = 0;
}

Member Data Documentation

Mapper * Mappers::cmdMapper = new Mapper(cmdMap,TRUE)
static
Mapper * Mappers::htmlTagMapper = new Mapper(htmlTagMap,FALSE)
static

The documentation for this struct was generated from the following files: