Doxygen不会为独立功能生成文档

时间:2017-05-04 17:08:36

标签: c++ doxygen

我使用的doxygen设置非常适用于类,结构和名称空间,但不会为独立函数生成任何文档。

例如,没有为这些方法生成任何内容:

#ifndef STRING_UTILS_H
#define STRING_UTILS_H 1
/// @file

/// @brief Trim whitespace from the start of the string
/// @param s - The string to left trim
/// @return the trimmed string
std::string ltrim(const std::string& s);

/// @brief Trim whitespace from the end of the string
/// @param s - The string to right trim
/// @return the trimmed string
std::string rtrim(const std::string& s);

/// @brief Trim whitespace from both sides of the string
/// @param s - The string to trim
/// @return the trimmed string
std::string trim(const std::string& s);

#endif

1 个答案:

答案 0 :(得分:0)

除了源文件中有SELECT * from jobs where created_at BETWEEN IN('1' and '4', '7' and '10'); 之外,

SHOW_FILES必须在Doxygen文件中设置为YES