浏览代码

doxygen: Enable EXTRACT_ALL so that Doxygen identifies namespaces

Yuri Kunde Schlesner 11 年之前
父节点
当前提交
ed0221552a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Doxyfile

+ 1 - 1
Doxyfile

@@ -419,7 +419,7 @@ LOOKUP_CACHE_SIZE      = 0
 # normally produced when WARNINGS is set to YES.
 # The default value is: NO.
 
-EXTRACT_ALL            = NO
+EXTRACT_ALL            = YES
 
 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class will
 # be included in the documentation.