Changeset 9332
- Timestamp:
- 08/12/11 15:19:38 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/doxygen/doc_c/doxygen.config
r9321 r9332 231 231 # you also need to set FILE_PATTERNS otherwise the files are not read by doxygen. 232 232 233 EXTENSION_MAPPING = 233 EXTENSION_MAPPING =.m=C++ 234 234 235 235 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want … … 611 611 # with spaces. 612 612 613 INPUT = ./src/c ./src/mex ./src/dox 613 INPUT = ./src/c ./src/mex ./src/dox ./src/m 614 614 615 615 # This tag can be used to specify the character encoding of the source files … … 629 629 # *.f90 *.f *.for *.vhd *.vhdl 630 630 631 FILE_PATTERNS = *.c *.cpp *.dox *.h 631 FILE_PATTERNS = *.c *.cpp *.dox *.h *.m 632 632 633 633 # The RECURSIVE tag can be used to turn specify whether or not subdirectories … … 655 655 # for example use the pattern */test/* 656 656 657 EXCLUDE_PATTERNS = */Bamg/* 657 EXCLUDE_PATTERNS = */Bamg/* */.svn* 658 658 659 659 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names … … 711 711 # non of the patterns match the file name, INPUT_FILTER is applied. 712 712 713 FILTER_PATTERNS = 713 FILTER_PATTERNS =*.m=./src/perl/m2cpp.pl 714 714 715 715 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using … … 717 717 # files to browse (i.e. when SOURCE_BROWSER is set to YES). 718 718 719 FILTER_SOURCE_FILES = NO719 FILTER_SOURCE_FILES = 720 720 721 721 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file … … 725 725 # FILTER_SOURCE_FILES is enabled. 726 726 727 FILTER_SOURCE_PATTERNS = 727 FILTER_SOURCE_PATTERNS = YES 728 728 729 729 #---------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.