$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r51756 - sandbox/SOC/2007/visualization/libs/svg_plot/doc
From: john_at_[hidden]
Date: 2009-03-13 14:25:55
Author: johnmaddock
Date: 2009-03-13 14:25:54 EDT (Fri, 13 Mar 2009)
New Revision: 51756
URL: http://svn.boost.org/trac/boost/changeset/51756
Log:
Fix param syntax.
Text files modified: 
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/Jamfile.v2 |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: sandbox/SOC/2007/visualization/libs/svg_plot/doc/Jamfile.v2
==============================================================================
--- sandbox/SOC/2007/visualization/libs/svg_plot/doc/Jamfile.v2	(original)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/Jamfile.v2	2009-03-13 14:25:54 EDT (Fri, 13 Mar 2009)
@@ -48,7 +48,7 @@
     <doxygen:param>SHOW_INCLUDE_FILES=NO # List of the files that are included by a file in the documentation of that file.
     <doxygen:param>REPEAT_BRIEF=YES # Prepend the brief description of a member or function before the detailed description
     <doxygen:param>BRIEF_MEMBER_DESC=YES # Include brief member descriptions after the members that are listed in the file and class
-    <doxygen:param> MULTILINE_CPP_IS_BRIEF = YES # Treat a multi-line C++ special comment block (i.e. a block of //! or /// comments) as a brief description.
+    <doxygen:param>MULTILINE_CPP_IS_BRIEF=YES # Treat a multi-line C++ special comment block (i.e. a block of //! or /// comments) as a brief description.
     # May be best to always use \brief and \details to avoid ambiguity?
     <doxygen:param>INCLUDE_PATH=$(BOOST_ROOT)
     <doxygen:param>WARN_LOGFILE=../../../libs/svg_plot/doc/doxywarnings.log
@@ -141,3 +141,4 @@
 
 # install pdf-install : standalone : <location>. <install-type>PDF ;
 
+