|
From: Christophe Prud'h. <pru...@us...> - 2000-10-03 23:16:59
|
Update of /cvsroot/corelinux/clfw/doc In directory slayer.i.sourceforge.net:/tmp/cvs-serv31989/doc Modified Files: clfw.cfg.in .cvsignore Log Message: some files to ignore and updated the doxygen config file for the macro expansion Index: clfw.cfg.in =================================================================== RCS file: /cvsroot/corelinux/clfw/doc/clfw.cfg.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** clfw.cfg.in 2000/09/05 01:21:02 1.3 --- clfw.cfg.in 2000/10/03 23:16:56 1.4 *************** *** 1,670 **** ! # Doxyfile 1.1.5-20000716 ! ! # This file describes the settings to be used by doxygen for a project ! # ! # All text after a hash (#) is considered a comment and will be ignored ! # The format is: ! # TAG = value [value, ...] ! # Values that contain spaces should be placed between quotes (" ") ! #--------------------------------------------------------------------------- [...1007 lines suppressed...] #--------------------------------------------------------------------------- ! HAVE_DOT = YES ! CLASS_GRAPH = YES ! COLLABORATION_GRAPH = YES ! INCLUDE_GRAPH = YES ! INCLUDED_BY_GRAPH = YES ! GRAPHICAL_HIERARCHY = YES ! DOT_PATH = ! MAX_DOT_GRAPH_WIDTH = 1024 ! MAX_DOT_GRAPH_HEIGHT = 1024 #--------------------------------------------------------------------------- # Configuration::addtions related to the search engine #--------------------------------------------------------------------------- ! SEARCHENGINE = NO ! CGI_NAME = search.cgi ! CGI_URL = ! DOC_URL = ! DOC_ABSPATH = ! BIN_ABSPATH = /usr/local/bin/ ! EXT_DOC_PATHS = Index: .cvsignore =================================================================== RCS file: /cvsroot/corelinux/clfw/doc/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** .cvsignore 2000/09/05 01:21:02 1.1 --- .cvsignore 2000/10/03 23:16:56 1.2 *************** *** 2,5 **** --- 2,6 ---- Makefile.in clfw.cfg + clfwhtml.tar.gz html latex |