Mercurial > hg > beaglert
comparison Doxyfile @ 524:9f455f01edd5 prerelease
Doxygen updates
author | Robert Jack <robert.h.jack@gmail.com> |
---|---|
date | Thu, 23 Jun 2016 10:19:24 +0100 |
parents | b935f890e512 |
children |
comparison
equal
deleted
inserted
replaced
523:42f6af3a5f1d | 524:9f455f01edd5 |
---|---|
769 # documented source files. You may enter file names like myfile.cpp or | 769 # documented source files. You may enter file names like myfile.cpp or |
770 # directories like /usr/src/myproject. Separate the files or directories with | 770 # directories like /usr/src/myproject. Separate the files or directories with |
771 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING | 771 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING |
772 # Note: If this tag is empty the current directory is searched. | 772 # Note: If this tag is empty the current directory is searched. |
773 | 773 |
774 INPUT = include/ \ | 774 INPUT = include/ examples/ |
775 examples/ | |
776 | 775 |
777 # This tag can be used to specify the character encoding of the source files | 776 # This tag can be used to specify the character encoding of the source files |
778 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses | 777 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |
779 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv | 778 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv |
780 # documentation (see: http://www.gnu.org/software/libiconv) for the list of | 779 # documentation (see: http://www.gnu.org/software/libiconv) for the list of |
810 # subdirectory from a directory tree whose root is specified with the INPUT tag. | 809 # subdirectory from a directory tree whose root is specified with the INPUT tag. |
811 # | 810 # |
812 # Note that relative paths are relative to the directory from which doxygen is | 811 # Note that relative paths are relative to the directory from which doxygen is |
813 # run. | 812 # run. |
814 | 813 |
815 EXCLUDE = include/ne10/ include/oscpkt.hh include/libpd include/prussdrv.h examples/10-Instruments/d-box/main.cpp | 814 EXCLUDE = include/ne10/ include/oscpkt.hh include/libpd include/prussdrv.h examples/10-Instruments/ |
816 | 815 |
817 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or | 816 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or |
818 # directories that are symbolic links (a Unix file system feature) are excluded | 817 # directories that are symbolic links (a Unix file system feature) are excluded |
819 # from the input. | 818 # from the input. |
820 # The default value is: NO. | 819 # The default value is: NO. |
1891 # the XML output. Note that enabling this will significantly increase the size | 1890 # the XML output. Note that enabling this will significantly increase the size |
1892 # of the XML output. | 1891 # of the XML output. |
1893 # The default value is: YES. | 1892 # The default value is: YES. |
1894 # This tag requires that the tag GENERATE_XML is set to YES. | 1893 # This tag requires that the tag GENERATE_XML is set to YES. |
1895 | 1894 |
1896 XML_PROGRAMLISTING = YES | 1895 XML_PROGRAMLISTING = NO |
1897 | 1896 |
1898 #--------------------------------------------------------------------------- | 1897 #--------------------------------------------------------------------------- |
1899 # Configuration options related to the DOCBOOK output | 1898 # Configuration options related to the DOCBOOK output |
1900 #--------------------------------------------------------------------------- | 1899 #--------------------------------------------------------------------------- |
1901 | 1900 |