Mercurial > hg > beaglert
comparison Doxyfile @ 416:287bcb07de9a prerelease
Removed useless files from Doxyfile, improved performance from 14 to 9 seconds on the BBB
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Thu, 16 Jun 2016 02:27:33 +0100 |
parents | f92afe6018d7 |
children | a15a116f6904 |
comparison
equal
deleted
inserted
replaced
415:947cb6ef73e7 | 416:287bcb07de9a |
---|---|
646 # The INPUT tag can be used to specify the files and/or directories that contain | 646 # The INPUT tag can be used to specify the files and/or directories that contain |
647 # documented source files. You may enter file names like "myfile.cpp" or | 647 # documented source files. You may enter file names like "myfile.cpp" or |
648 # directories like "/usr/src/myproject". Separate the files or directories | 648 # directories like "/usr/src/myproject". Separate the files or directories |
649 # with spaces. | 649 # with spaces. |
650 | 650 |
651 INPUT = include/ core/ examples/ | 651 INPUT = include/ examples/ |
652 | 652 |
653 # This tag can be used to specify the character encoding of the source files | 653 # This tag can be used to specify the character encoding of the source files |
654 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is | 654 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is |
655 # also the default input encoding. Doxygen uses libiconv (or the iconv built | 655 # also the default input encoding. Doxygen uses libiconv (or the iconv built |
656 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for | 656 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for |
678 # excluded from the INPUT source files. This way you can easily exclude a | 678 # excluded from the INPUT source files. This way you can easily exclude a |
679 # subdirectory from a directory tree whose root is specified with the INPUT tag. | 679 # subdirectory from a directory tree whose root is specified with the INPUT tag. |
680 # Note that relative paths are relative to the directory from which doxygen is | 680 # Note that relative paths are relative to the directory from which doxygen is |
681 # run. | 681 # run. |
682 | 682 |
683 EXCLUDE = Debug Release | 683 EXCLUDE = include/ne10/ include/oscpkt.hh |
684 | 684 |
685 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or | 685 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or |
686 # directories that are symbolic links (a Unix file system feature) are excluded | 686 # directories that are symbolic links (a Unix file system feature) are excluded |
687 # from the input. | 687 # from the input. |
688 | 688 |