[FFmpeg-cvslog] Doxyfile: Set STRIP_FROM_INC_PATH to project root
Timothy Gu
git at videolan.org
Wed Aug 3 01:54:17 EEST 2016
ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Tue Aug 2 15:10:41 2016 -0700| [708d9e9fbad49cc0723f44954a3c0a93a3f54b37] | committer: Timothy Gu
Doxyfile: Set STRIP_FROM_INC_PATH to project root
Show proper #include's on struct pages.
Before:
#include <buffer.h>
After
#include <libavutil/buffer.h>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=708d9e9fbad49cc0723f44954a3c0a93a3f54b37
---
doc/Doxyfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 20f88f5..681825e 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -161,7 +161,7 @@ STRIP_FROM_PATH = .
# specify the list of include paths that are normally passed to the compiler
# using the -I flag.
-STRIP_FROM_INC_PATH =
+STRIP_FROM_INC_PATH = .
# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
# less readable) file names. This can be useful is your file systems doesn't
More information about the ffmpeg-cvslog
mailing list