Doxygen
NullOutlineParser类 参考

/dev/null outline parser 更多...

+ 类 NullOutlineParser 继承关系图:
+ NullOutlineParser 的协作图:

Public 成员函数

void parseInput (const QCString &file, const char *buf, const std::shared_ptr< Entry > &, ClangTUParser *)
 Parses a single input file with the goal to build an Entry tree. 更多...
 
bool needsPreprocessing (const QCString &) const
 Returns TRUE if the language identified by extension needs the C preprocessor to be run before feed the result to the input parser. 更多...
 
void parsePrototype (const QCString &)
 Callback function called by the comment block scanner. 更多...
 
- Public 成员函数 继承自 OutlineParserInterface
virtual ~OutlineParserInterface ()
 

详细描述

/dev/null outline parser

在文件 doxygen.cpp10596 行定义.

成员函数说明

◆ needsPreprocessing()

bool NullOutlineParser::needsPreprocessing ( const QCString extension) const
inlinevirtual

Returns TRUE if the language identified by extension needs the C preprocessor to be run before feed the result to the input parser.

参见
parseInput()

实现了 OutlineParserInterface.

在文件 doxygen.cpp10600 行定义.

10600 { return FALSE; }

引用了 FALSE.

◆ parseInput()

void NullOutlineParser::parseInput ( const QCString fileName,
const char *  fileBuf,
const std::shared_ptr< Entry > &  root,
ClangTUParser clangParser 
)
inlinevirtual

Parses a single input file with the goal to build an Entry tree.

参数
[in]fileNameThe full name of the file.
[in]fileBufThe contents of the file (zero terminated).
[in,out]rootThe root of the tree of Entry *nodes representing the information extracted from the file.
[in]clangParserThe clang translation unit parser object or nullptr if disabled.

实现了 OutlineParserInterface.

在文件 doxygen.cpp10599 行定义.

10599 {}

◆ parsePrototype()

void NullOutlineParser::parsePrototype ( const QCString text)
inlinevirtual

Callback function called by the comment block scanner.

It provides a string text containing the prototype of a function or variable. The parser should parse this and store the information in the Entry node that corresponds with the node for which the comment block parser was invoked.

实现了 OutlineParserInterface.

在文件 doxygen.cpp10601 行定义.

10601 {}

该类的文档由以下文件生成:
FALSE
#define FALSE
Definition: qcstring.h:33