Code::Blocks  SVN r11506
Classes | Namespaces | Enumerations
doxygen_parser.h File Reference
#include <set>
#include <wx/popupwin.h>
#include "parser/token.h"
#include <wx/frame.h>
Include dependency graph for doxygen_parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Doxygen::DoxygenParser
 
class  DocumentationHelper
 

Namespaces

 Doxygen
 

Enumerations

enum  Doxygen::KeywordsIds {
  Doxygen::NO_KEYWORD, Doxygen::PARAM, Doxygen::RETURN, Doxygen::RESULT,
  Doxygen::BRIEF, Doxygen::SHORT, Doxygen::SA, Doxygen::SEE,
  Doxygen::CLASS, Doxygen::STRUCT, Doxygen::UNION, Doxygen::ENUM,
  Doxygen::NAMESPACE, Doxygen::FN, Doxygen::VAR, Doxygen::DEF,
  Doxygen::CODE, Doxygen::ENDCODE, Doxygen::NESTED_KEYWORDS_BEGIN, Doxygen::B = NESTED_KEYWORDS_BEGIN,
  Doxygen::KEYWORDS_COUNT
}
 
enum  Doxygen::KeywordsRanges {
  Doxygen::RANGE_UNKNOWN, Doxygen::RANGE_PARAGRAPH, Doxygen::RANGE_BLOCK, Doxygen::RANGE_LINE,
  Doxygen::RANGE_WORD
}