From dec4b64a6528cd79d2f9f69a87c7c77eaa669e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Thu, 26 Jun 2008 17:04:23 +0000 Subject: [PATCH] Minor stylistic Boost Build documentation changes. Added a todo comment to document the 'common' fflags toolset initialization option. [SVN r46726] --- v2/doc/src/fragments.xml | 57 ++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 28 deletions(-) diff --git a/v2/doc/src/fragments.xml b/v2/doc/src/fragments.xml index 3106ca62e..78438a0c1 100644 --- a/v2/doc/src/fragments.xml +++ b/v2/doc/src/fragments.xml @@ -6,53 +6,54 @@
root - - - 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. - + + + 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.
- + + + cflags - - Specifies additional compiler flags that - will be used when compiling C sources. - + + Specifies additional compiler flags that will be used when + compiling C sources. - + cxxflags - - Specifies additional compiler flags that - will be used when compiling C++ sources. - + + Specifies additional compiler flags that will be used when + compiling C++ sources. compileflags - - Specifies additional compiler flags that - will be used when compiling both C and C++ sources. - + + Specifies additional compiler flags that will be used when + compiling both C and C++ sources. linkflags - - Specifies additional command line options - that will be passed to the linker. + + Specifies additional command line options that will be + passed to the linker. -
-