[FFmpeg-devel] [PATCH 2/2] doc/Makefile: directly invoke doxygen instead of through the wrapper

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


The wrapper is used to integrate Doxygen into Libav's website (by customizing
header/footer/CSS). We don't use that, so we directly invoke doxygen instead.

Fixes the Libav-ish look when doing `make apidoc`.

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 2b382d6..6ee5b41 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -86,7 +86,7 @@ doc/%.3: doc/%.pod $(GENTEXI)
 $(DOCS) doc/doxy/html: | doc/
 
 doc/doxy/html: $(SRC_PATH)/doc/Doxyfile
-	$(M)$(SRC_PATH)/doc/doxy-wrapper.sh $(SRC_PATH) $^
+	$(M)doxygen $^
 
 install-doc: install-html install-man
 
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list