Author: danydb Date: 2012-10-02 18:58:34 +0200 (Tue, 02 Oct 2012) New Revision: 5136
Modified: phpcompta/tags/rel650/doc/developper/Doxyfile Log: Improve documentation Modified: phpcompta/tags/rel650/doc/developper/Doxyfile =================================================================== --- phpcompta/tags/rel650/doc/developper/Doxyfile 2012-10-02 16:58:09 UTC (rev 5135) +++ phpcompta/tags/rel650/doc/developper/Doxyfile 2012-10-02 16:58:34 UTC (rev 5136) @@ -585,8 +585,9 @@ # with spaces. INPUT = ../../include \ - ../../html + ../../html + # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is # also the default input encoding. Doxygen uses libiconv (or the iconv built @@ -660,7 +661,7 @@ # directories that are symbolic links (a Unix filesystem feature) are excluded # from the input. -EXCLUDE_SYMLINKS = YES +EXCLUDE_SYMLINKS = NO # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude --- PhpCompta est un logiciel de comptabilité libre en ligne (full web) Projet opensource http://www.phpcompta.eu _______________________________________________ Phpcompta est un logiciel libre de comptabilité en ligne (http://www.phpcompta.eu) Phpcompta-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/phpcompta-dev
