#include <set>
#include <wx/popupwin.h>
#include "parser/token.h"
#include <wx/frame.h>
Go to the source code of this file.
|
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
} |
|