[FFmpeg-devel] [PATCH 1/2] doc/Makefile: scan all files, including .c files, for Doxygen

Timothy Gu timothygu99 at gmail.com
Sat Nov 2 04:19:03 CET 2013


Make `make apidoc` the same as `doxygen doc/Doxyfile` and the online doc.

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 doc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile b/doc/Makefile
index 50a68b4..2b382d6 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -85,7 +85,7 @@ doc/%.3: doc/%.pod $(GENTEXI)
 
 $(DOCS) doc/doxy/html: | doc/
 
-doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(INSTHEADERS)
+doc/doxy/html: $(SRC_PATH)/doc/Doxyfile
 	$(M)$(SRC_PATH)/doc/doxy-wrapper.sh $(SRC_PATH) $^
 
 install-doc: install-html install-man
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list