[Doxygen-users] Doxybar 0.12 && Doxygen 1.2.12 exclude problem
Brought to you by:
dimitri
|
From: <vel...@te...> - 2001-11-19 19:40:19
|
When I use DoxyBar Build in Doxyfile is added
INPUT += ... \
.\moc\moc_className.cpp files
...
How can I exclude the moc files that are used in the project?
My template Doxygen file conteints :
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = dox
FILE_PATTERNS = *.dox
RECURSIVE = NO
EXCLUDE =
^^^^^^^^^ // DON'T WORK I was try *moc* moc_ *moc_*
etc.
EXCLUDE_PATTERNS = moc_*.cpp
^^^^^^^^^ // DON'T WORK I was try *moc* moc_ *moc_*
etc.
EXAMPLE_PATH = . \
xpm
EXAMPLE_RECURSIVE = NO
EXAMPLE_PATTERNS = *.xpm \
= *.cache
IMAGE_PATH = png \
xpm \
snapshots
INPUT_FILTER =
FILTER_SOURCE_FILES = NO
...
# Added by DoxyBar
INPUT += ... \
.\moc\moc_className.cpp files
...
Maybe somebody knows the solution of my problem. ?!?
Cheers,
VV
________________________________________________________________
Vélizar VESSELINOV
Chef de projet Informatique ~ Computer Project Manager
Telephone : +33.(0)4.67.59.30.47
E-mail : vel...@te...
Techsia S.A.
Cap Alpha - Avenue de l'Europe, Clapiers
34940 Montpellier Cedex 9 http://www.techsia.com
France Fax : +33.(0)4.67.59.36.19
________________________________________________________________
Les données maîtrisées ~ The end of doubt
|