comparison BTrack.Doxyfile @ 24:deb49a2590f3 develop

Updated README, commented more code, added a Vamp plug-in
author Adam <adamstark.uk@gmail.com>
date Mon, 27 Jan 2014 23:11:31 +0000
parents 92ee4ace9d46
children
comparison
equal deleted inserted replaced
23:92ee4ace9d46 24:deb49a2590f3
673 # The INPUT tag can be used to specify the files and/or directories that contain 673 # The INPUT tag can be used to specify the files and/or directories that contain
674 # documented source files. You may enter file names like "myfile.cpp" or 674 # documented source files. You may enter file names like "myfile.cpp" or
675 # directories like "/usr/src/myproject". Separate the files or directories 675 # directories like "/usr/src/myproject". Separate the files or directories
676 # with spaces. 676 # with spaces.
677 677
678 INPUT = src 678 INPUT = src \
679 doc
679 680
680 # This tag can be used to specify the character encoding of the source files 681 # This tag can be used to specify the character encoding of the source files
681 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 682 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
682 # also the default input encoding. Doxygen uses libiconv (or the iconv built 683 # also the default input encoding. Doxygen uses libiconv (or the iconv built
683 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for 684 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for