Mercurial > pub > ImplabNet
comparison doxyfile @ 54:037c2897f161
updated doxyfile
author | cin |
---|---|
date | Tue, 20 May 2014 01:18:46 +0400 |
parents | 104ce3fe5c46 |
children |
comparison
equal
deleted
inserted
replaced
53:104ce3fe5c46 | 54:037c2897f161 |
---|---|
753 # documented source files. You may enter file names like myfile.cpp or | 753 # documented source files. You may enter file names like myfile.cpp or |
754 # directories like /usr/src/myproject. Separate the files or directories with | 754 # directories like /usr/src/myproject. Separate the files or directories with |
755 # spaces. | 755 # spaces. |
756 # Note: If this tag is empty the current directory is searched. | 756 # Note: If this tag is empty the current directory is searched. |
757 | 757 |
758 INPUT = ../ | 758 INPUT = . |
759 | 759 |
760 # This tag can be used to specify the character encoding of the source files | 760 # This tag can be used to specify the character encoding of the source files |
761 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses | 761 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |
762 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv | 762 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv |
763 # documentation (see: http://www.gnu.org/software/libiconv) for the list of | 763 # documentation (see: http://www.gnu.org/software/libiconv) for the list of |
818 # subdirectory from a directory tree whose root is specified with the INPUT tag. | 818 # subdirectory from a directory tree whose root is specified with the INPUT tag. |
819 # | 819 # |
820 # Note that relative paths are relative to the directory from which doxygen is | 820 # Note that relative paths are relative to the directory from which doxygen is |
821 # run. | 821 # run. |
822 | 822 |
823 EXCLUDE = | 823 EXCLUDE = _doc Implab.Test |
824 | 824 |
825 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or | 825 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or |
826 # directories that are symbolic links (a Unix file system feature) are excluded | 826 # directories that are symbolic links (a Unix file system feature) are excluded |
827 # from the input. | 827 # from the input. |
828 # The default value is: NO. | 828 # The default value is: NO. |