vlc | branch: master | Filip Roséen <[email protected]> | Mon Nov 7 16:44:58 2016 +0100| [4d41eae3acc690a365777dfa3e61d4d69ea172aa] | committer: Thomas Guillem
doc: add location for standalone documentation It is not always desirable to have documentation mixed with code. This, as an example, applies to documentation about a certain feature spanning several headers; or example implementations to aid future developers. These changes creates a designated place for such documentation. Signed-off-by: Thomas Guillem <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d41eae3acc690a365777dfa3e61d4d69ea172aa --- doc/Doxyfile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 302a10b..39bc169 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -760,6 +760,7 @@ WARN_LOGFILE = INPUT = @top_srcdir@/src \ @top_srcdir@/include \ + @top_srcdir@/doc/standalone \ @top_srcdir@/modules/access/http # This tag can be used to specify the character encoding of the source files _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
