From: Fredrik H. <fr...@us...> - 2003-05-06 07:24:20
|
Update of /cvsroot/rccparser/rccparser/src In directory sc8-pr-cvs1:/tmp/cvs-serv14512 Modified Files: doxygen.conf.tmpl Log Message: Add y.tab.h to files for which no documentation should be generated and explicitly set the image format to GIF. Index: doxygen.conf.tmpl =================================================================== RCS file: /cvsroot/rccparser/rccparser/src/doxygen.conf.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** doxygen.conf.tmpl 4 May 2003 21:54:40 -0000 1.1 --- doxygen.conf.tmpl 6 May 2003 07:24:17 -0000 1.2 *************** *** 61,65 **** EXCLUDE = EXCLUDE_PATTERNS = rcclexer.?pp \ ! rccparse.* EXAMPLE_PATH = EXAMPLE_PATTERNS = --- 61,66 ---- EXCLUDE = EXCLUDE_PATTERNS = rcclexer.?pp \ ! rccparse.* \ ! *tab.h* EXAMPLE_PATH = EXAMPLE_PATTERNS = *************** *** 149,152 **** --- 150,154 ---- INCLUDED_BY_GRAPH = YES GRAPHICAL_HIERARCHY = YES + DOT_IMAGE_FORMAT = gif DOT_PATH = MAX_DOT_GRAPH_WIDTH = 1024 |