ruby-changes:21634
From: nobu <ko1@a...>
Date: Wed, 9 Nov 2011 11:41:04 +0900 (JST)
Subject: [ruby-changes:21634] nobu:r33683 (trunk): * template/Doxyfile.tmpl (INCLUDE_PATH): add srcdir and include.
nobu 2011-11-09 11:40:39 +0900 (Wed, 09 Nov 2011) New Revision: 33683 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33683 Log: * template/Doxyfile.tmpl (INCLUDE_PATH): add srcdir and include. [ruby-core:40843] [Bug #5597] Modified files: trunk/ChangeLog trunk/template/Doxyfile.tmpl Index: ChangeLog =================================================================== --- ChangeLog (revision 33682) +++ ChangeLog (revision 33683) @@ -1,3 +1,8 @@ +Wed Nov 9 11:40:37 2011 Nobuyoshi Nakada <nobu@r...> + + * template/Doxyfile.tmpl (INCLUDE_PATH): add srcdir and include. + [ruby-core:40843] [Bug #5597] + Wed Nov 9 11:02:54 2011 NARUSE, Yui <naruse@r...> * thread.c (do_select): fix cast, tv_sec is time_t. Index: template/Doxyfile.tmpl =================================================================== --- template/Doxyfile.tmpl (revision 33682) +++ template/Doxyfile.tmpl (revision 33683) @@ -112,7 +112,7 @@ EXAMPLE_PATH = EXAMPLE_PATTERNS = EXAMPLE_RECURSIVE = NO -IMAGE_PATH = <%= "#{srcdir}/doc/images" %> +IMAGE_PATH = <%=srcdir%>/doc/images FILTER_PATTERNS = FILTER_SOURCE_FILES = YES #--------------------------------------------------------------------------- @@ -213,19 +213,19 @@ PERLMOD_PRETTY = YES PERLMOD_MAKEVAR_PREFIX = #--------------------------------------------------------------------------- -# Configuration options related to the preprocessor +# Configuration options related to the preprocessor #--------------------------------------------------------------------------- ENABLE_PREPROCESSING = YES MACRO_EXPANSION = NO EXPAND_ONLY_PREDEF = NO SEARCH_INCLUDES = YES -INCLUDE_PATH = +INCLUDE_PATH = <%=srcdir%> <%=srcdir%>/include INCLUDE_FILE_PATTERNS = PREDEFINED = EXPAND_AS_DEFINED = SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- -# Configuration::additions related to external references +# Configuration::additions related to external references #--------------------------------------------------------------------------- TAGFILES = GENERATE_TAGFILE = @@ -233,7 +233,7 @@ EXTERNAL_GROUPS = YES PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- -# Configuration options related to the dot tool +# Configuration options related to the dot tool #--------------------------------------------------------------------------- CLASS_DIAGRAMS = NO MSCGEN_PATH = @@ -262,6 +262,6 @@ GENERATE_LEGEND = YES DOT_CLEANUP = YES #--------------------------------------------------------------------------- -# Configuration::additions related to the search engine +# Configuration::additions related to the search engine #--------------------------------------------------------------------------- SEARCHENGINE = NO -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/