[FFmpeg-cvslog] doc: add doxygen target tag

Timothy Gu git at videolan.org
Tue Jul 8 02:44:03 CEST 2014


ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Mon Jul  7 15:24:49 2014 -0700| [8e6a66b6625cb2990f42661215587a1b5b15eec9] | committer: Michael Niedermayer

doc: add doxygen target tag

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e6a66b6625cb2990f42661215587a1b5b15eec9
---

 doc/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/Makefile b/doc/Makefile
index de0de4e..99f588a 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -111,6 +111,7 @@ OBJDIRS += doc/examples
 
 DOXY_INPUT      = $(addprefix $(SRC_PATH)/, $(INSTHEADERS) $(DOC_EXAMPLES:%$(EXESUF)=%.c) $(LIB_EXAMPLES:%$(EXESUF)=%.c))
 
+doc/doxy/html: TAG = DOXY
 doc/doxy/html: $(SRC_PATH)/doc/Doxyfile $(SRC_PATH)/doc/doxy-wrapper.sh $(DOXY_INPUT)
 	$(M)$(SRC_PATH)/doc/doxy-wrapper.sh $(SRC_PATH) $< $(DOXYGEN) $(DOXY_INPUT)
 



More information about the ffmpeg-cvslog mailing list