[vlc-devel] [RFC 01/10] doc: add location for standalone	documentation
    Filip Roséen 
    filip at atch.se
       
    Mon Nov 28 03:22:20 CET 2016
    
    
  
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.
---
 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
-- 
2.10.2
    
    
More information about the vlc-devel
mailing list