Changeset 9332


Ignore:
Timestamp:
08/12/11 15:19:38 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added matlab doc too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/doxygen/doc_c/doxygen.config

    r9321 r9332  
    231231# you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
    232232
    233 EXTENSION_MAPPING      =
     233EXTENSION_MAPPING      =.m=C++
    234234
    235235# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
     
    611611# with spaces.
    612612
    613 INPUT                  = ./src/c ./src/mex ./src/dox
     613INPUT                  = ./src/c ./src/mex ./src/dox ./src/m
    614614
    615615# This tag can be used to specify the character encoding of the source files
     
    629629# *.f90 *.f *.for *.vhd *.vhdl
    630630
    631 FILE_PATTERNS          = *.c *.cpp *.dox *.h
     631FILE_PATTERNS          = *.c *.cpp *.dox *.h *.m
    632632
    633633# The RECURSIVE tag can be used to turn specify whether or not subdirectories
     
    655655# for example use the pattern */test/*
    656656
    657 EXCLUDE_PATTERNS       =  */Bamg/*
     657EXCLUDE_PATTERNS       =  */Bamg/* */.svn*
    658658
    659659# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
     
    711711# non of the patterns match the file name, INPUT_FILTER is applied.
    712712
    713 FILTER_PATTERNS        =
     713FILTER_PATTERNS        =*.m=./src/perl/m2cpp.pl
    714714
    715715# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
     
    717717# files to browse (i.e. when SOURCE_BROWSER is set to YES).
    718718
    719 FILTER_SOURCE_FILES    = NO
     719FILTER_SOURCE_FILES    =
    720720
    721721# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
     
    725725# FILTER_SOURCE_FILES is enabled.
    726726
    727 FILTER_SOURCE_PATTERNS =
     727FILTER_SOURCE_PATTERNS = YES
    728728
    729729#---------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.