Переглянути джерело

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