瀏覽代碼

doxygen: only generate doc for include

Thomas Guillem 10 年之前
父節點
當前提交
425f8c82c4
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      doc/Doxyfile.in

+ 1 - 2
doc/Doxyfile.in

@@ -744,8 +744,7 @@ WARN_LOGFILE           =
 # Note: If this tag is empty the current directory is searched.
 
 INPUT                  = @abs_top_srcdir@/include \
-  @abs_top_srcdir@/include/bdsm \
-  @abs_top_srcdir@/src
+  @abs_top_srcdir@/include/bdsm
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses