$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: jurko.gospodnetic_at_[hidden]
Date: 2008-06-26 13:04:23
Author: jurko
Date: 2008-06-26 13:04:23 EDT (Thu, 26 Jun 2008)
New Revision: 46726
URL: http://svn.boost.org/trac/boost/changeset/46726
Log:
Minor stylistic Boost Build documentation changes. Added a todo comment to document the 'common' fflags toolset initialization option.
Text files modified: 
   trunk/tools/build/v2/doc/src/fragments.xml |    59 ++++++++++++++++++++------------------- 
   1 files changed, 30 insertions(+), 29 deletions(-)
Modified: trunk/tools/build/v2/doc/src/fragments.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/fragments.xml	(original)
+++ trunk/tools/build/v2/doc/src/fragments.xml	2008-06-26 13:04:23 EDT (Thu, 26 Jun 2008)
@@ -6,53 +6,54 @@
   <section id="root_option">
     <varlistentry>
       <term><literal>root</literal></term>
-      
-      <!-- At present, this option is only used to set LD_LIBRARY_PATH
-      when running tests, and matters only if compiler's lib directory
-      is not in LD_LIBRARY_PATH -->
-
-      <listitem><para>Specifies root directory of the compiler
-      installation. This option is necessary only if it's not possible
-      to detect this information from the compiler command—for
-      example if the specified compiler command is a user script. </para>
-      </listitem>
+
+      <!-- At present, this option is only used to set LD_LIBRARY_PATH when
+      running tests, and matters only if compiler's lib directory is not in
+      LD_LIBRARY_PATH. -->
+
+      <listitem><para>Specifies root directory of the compiler installation.
+      This option is necessary only if it is not possible to detect this
+      information from the compiler command—for example if the specified
+      compiler command is a user script.</para></listitem>
     </varlistentry>
   </section>
 
   <section id="common_options">
-    
+
+    <!-- This most likely needs splitting into common_options,
+    common_cxx_options & common_fortran_options or something similar. We also
+    need to document the fortran specific fflags option. Possibly related Boost
+    Build code should be updated as well so that fortran options may not be
+    specified for non-fortran toolsets and C/C++ options may not be specified
+    for non-C/C++ ones. -->
+
     <varlistentry>
       <term><literal>cflags</literal></term>
-      
-      <listitem><para>Specifies additional compiler flags that
-      will be used when compiling C sources.</para>
-      </listitem>
+
+      <listitem><para>Specifies additional compiler flags that will be used when
+      compiling C sources.</para></listitem>
     </varlistentry>
-    
+
     <varlistentry>
       <term><literal>cxxflags</literal></term>
-      
-      <listitem><para>Specifies additional compiler flags that
-      will be used when compiling C++ sources.</para>
-      </listitem>
+
+      <listitem><para>Specifies additional compiler flags that will be used when
+      compiling C++ sources.</para></listitem>
     </varlistentry>
 
     <varlistentry>
       <term><literal>compileflags</literal></term>
-      
-      <listitem><para>Specifies additional compiler flags that
-      will be used when compiling both C and C++ sources.</para>
-      </listitem>
+
+      <listitem><para>Specifies additional compiler flags that will be used when
+      compiling both C and C++ sources.</para></listitem>
     </varlistentry>
 
     <varlistentry>
       <term><literal>linkflags</literal></term>
-      
-      <listitem><para>Specifies additional command line options
-      that will be passed to the linker.</para>
+
+      <listitem><para>Specifies additional command line options that will be
+      passed to the linker.</para>
       </listitem>
     </varlistentry>
-
   </section>
-
 </chapter>