Changeset 18377 for trunk


Ignore:
Timestamp:
11/08/15 09:26:31 (9 years ago)
Author:
tbretz
Message:
Added scripts to the exclude patterns, removed dim from the excludes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/Doxyfile

    r15412 r18377  
    622622
    623623#EXCLUDE                = $(EXCLUDE)
    624 EXCLUDE                = examples/ www/ \
     624EXCLUDE                = examples/ www/ scripts/ \
    625625                         src/dserver2.cc src/sched.cc
    626626
     
    637637# for example use the pattern */test/*
    638638
    639 EXCLUDE_PATTERNS       = *.moc.* */dim*/* */macros/*
     639EXCLUDE_PATTERNS       = *.moc.* *.C
    640640
    641641# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
Note: See TracChangeset for help on using the changeset viewer.