From 88e602c57797660ebe0f9e15dbd64c1ff16dead3 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:26:20 +0900 Subject: Imported Upstream version 1.65.1 Change-Id: Ie4005d637141f8311f4b6d46b613478a2b3dae59 Signed-off-by: DongHun Kwak --- doc/html/boostbook/dtd/access.html | 4 ++-- doc/html/boostbook/dtd/boostbook.html | 4 ++-- doc/html/boostbook/dtd/class-specialization.html | 2 +- doc/html/boostbook/dtd/class.html | 4 ++-- doc/html/boostbook/dtd/code.html | 4 ++-- doc/html/boostbook/dtd/compile-fail-test.html | 2 +- doc/html/boostbook/dtd/compile-test.html | 2 +- doc/html/boostbook/dtd/complexity.html | 2 +- doc/html/boostbook/dtd/constructor.html | 4 ++-- doc/html/boostbook/dtd/copy-assignment.html | 4 ++-- doc/html/boostbook/dtd/data-member.html | 2 +- doc/html/boostbook/dtd/default.html | 2 +- doc/html/boostbook/dtd/description.html | 4 ++-- doc/html/boostbook/dtd/destructor.html | 4 ++-- doc/html/boostbook/dtd/effects.html | 2 +- doc/html/boostbook/dtd/enum.html | 2 +- doc/html/boostbook/dtd/enumname.html | 2 +- doc/html/boostbook/dtd/enumvalue.html | 2 +- doc/html/boostbook/dtd/free-function-group.html | 2 +- doc/html/boostbook/dtd/function.html | 4 ++-- doc/html/boostbook/dtd/functionname.html | 4 ++-- doc/html/boostbook/dtd/globalname.html | 2 +- doc/html/boostbook/dtd/header.html | 2 +- doc/html/boostbook/dtd/headername.html | 2 +- doc/html/boostbook/dtd/if-fails.html | 2 +- doc/html/boostbook/dtd/inherit.html | 4 ++-- doc/html/boostbook/dtd/lib.html | 2 +- doc/html/boostbook/dtd/library-reference.html | 4 ++-- doc/html/boostbook/dtd/library.html | 2 +- doc/html/boostbook/dtd/librarycategory.html | 2 +- doc/html/boostbook/dtd/librarycategorydef.html | 4 ++-- doc/html/boostbook/dtd/librarycategorylist.html | 4 ++-- doc/html/boostbook/dtd/libraryinfo.html | 2 +- doc/html/boostbook/dtd/librarylist.html | 4 ++-- doc/html/boostbook/dtd/libraryname.html | 2 +- doc/html/boostbook/dtd/librarypurpose.html | 2 +- doc/html/boostbook/dtd/link-fail-test.html | 2 +- doc/html/boostbook/dtd/link-test.html | 2 +- doc/html/boostbook/dtd/macroname.html | 2 +- doc/html/boostbook/dtd/method-group.html | 2 +- doc/html/boostbook/dtd/method.html | 4 ++-- doc/html/boostbook/dtd/namespace.html | 4 ++-- doc/html/boostbook/dtd/notes.html | 2 +- doc/html/boostbook/dtd/overloaded-function.html | 4 ++-- doc/html/boostbook/dtd/overloaded-method.html | 4 ++-- doc/html/boostbook/dtd/parameter.html | 2 +- doc/html/boostbook/dtd/paramtype.html | 2 +- doc/html/boostbook/dtd/postconditions.html | 2 +- doc/html/boostbook/dtd/precondition.html | 2 +- doc/html/boostbook/dtd/programlisting.html | 2 +- doc/html/boostbook/dtd/purpose.html | 2 +- doc/html/boostbook/dtd/rationale.html | 2 +- doc/html/boostbook/dtd/requirement.html | 4 ++-- doc/html/boostbook/dtd/requires.html | 2 +- doc/html/boostbook/dtd/returns.html | 2 +- doc/html/boostbook/dtd/run-fail-test.html | 2 +- doc/html/boostbook/dtd/run-test.html | 2 +- doc/html/boostbook/dtd/signature.html | 4 ++-- doc/html/boostbook/dtd/snippet.html | 2 +- doc/html/boostbook/dtd/source.html | 2 +- doc/html/boostbook/dtd/specialization.html | 2 +- doc/html/boostbook/dtd/static-constant.html | 2 +- doc/html/boostbook/dtd/struct-specialization.html | 2 +- doc/html/boostbook/dtd/struct.html | 2 +- doc/html/boostbook/dtd/template-arg.html | 2 +- doc/html/boostbook/dtd/template-nontype-parameter.html | 2 +- doc/html/boostbook/dtd/template-type-parameter.html | 2 +- doc/html/boostbook/dtd/template-varargs.html | 4 ++-- doc/html/boostbook/dtd/template.html | 2 +- doc/html/boostbook/dtd/testsuite.html | 2 +- doc/html/boostbook/dtd/throws.html | 2 +- doc/html/boostbook/dtd/type.html | 2 +- doc/html/boostbook/dtd/typedef.html | 2 +- doc/html/boostbook/dtd/union-specialization.html | 2 +- doc/html/boostbook/dtd/union.html | 2 +- doc/html/boostbook/dtd/using-class.html | 2 +- doc/html/boostbook/dtd/using-namespace.html | 2 +- 77 files changed, 99 insertions(+), 99 deletions(-) (limited to 'doc/html/boostbook/dtd') diff --git a/doc/html/boostbook/dtd/access.html b/doc/html/boostbook/dtd/access.html index 273106f5d7..039335e91c 100644 --- a/doc/html/boostbook/dtd/access.html +++ b/doc/html/boostbook/dtd/access.html @@ -35,11 +35,11 @@ (static-constant| typedef| enum| copy-assignment| constructor| destructor| method-group| method| overloaded-method| data-member| class| class-specialization| struct| struct-specialization| union| union-specialization)+
-

Description

+

Description

The access specifications of class members (public, private, or protected) may be determined by enclosing them in an <access> element.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/boostbook.html b/doc/html/boostbook/dtd/boostbook.html index e8605c80ba..bca0c46076 100644 --- a/doc/html/boostbook/dtd/boostbook.html +++ b/doc/html/boostbook/dtd/boostbook.html @@ -35,13 +35,13 @@ (title, (chapter| library)*)
-

Description

+

Description

This element is the topmost level defined by boost.xml for all Boost documentation. It will not generally be used by developers.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/class-specialization.html b/doc/html/boostbook/dtd/class-specialization.html index bd838d2e15..cf47ff977f 100644 --- a/doc/html/boostbook/dtd/class-specialization.html +++ b/doc/html/boostbook/dtd/class-specialization.html @@ -35,7 +35,7 @@ (template?, specialization?, inherit?, purpose?, description?, (access| static-constant| typedef| enum| copy-assignment| constructor| destructor| method-group| free-function-group| function| method| overloaded-function| overloaded-method| data-member| class| class-specialization| struct| struct-specialization| union| union-specialization)*)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/class.html b/doc/html/boostbook/dtd/class.html index 1a16202b3f..6cc7b8b02e 100644 --- a/doc/html/boostbook/dtd/class.html +++ b/doc/html/boostbook/dtd/class.html @@ -35,7 +35,7 @@ (template?, inherit*, purpose?, description?, (access| static-constant| typedef| enum| copy-assignment| constructor| destructor| method-group| free-function-group| function| method| overloaded-function| overloaded-method| data-member| class| class-specialization| struct| struct-specialization| union| union-specialization)*)
-

Description

+

Description

C++ classes and class templates are described via the <class> element. Each class has a name (e.g., "any") given by the name attribute, a purpose given by the @@ -76,7 +76,7 @@ <template> child element at the beginning.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/code.html b/doc/html/boostbook/dtd/code.html index 098d3b81ac..4e54a991ee 100644 --- a/doc/html/boostbook/dtd/code.html +++ b/doc/html/boostbook/dtd/code.html @@ -35,14 +35,14 @@ (ANY)
-

Description

+

Description

Text within a code tag is generally typeset in a different, monospaced font so that it stands out as code. The code tag in BoostBook is transformed directly into the computeroutput tag in DocBook.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/compile-fail-test.html b/doc/html/boostbook/dtd/compile-fail-test.html index a3619d13f7..c26d2d37a6 100644 --- a/doc/html/boostbook/dtd/compile-fail-test.html +++ b/doc/html/boostbook/dtd/compile-fail-test.html @@ -35,7 +35,7 @@ (source*, lib*, requirement*, purpose, if-fails?)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/compile-test.html b/doc/html/boostbook/dtd/compile-test.html index ec95a29b7b..58c8a19d2c 100644 --- a/doc/html/boostbook/dtd/compile-test.html +++ b/doc/html/boostbook/dtd/compile-test.html @@ -35,7 +35,7 @@ (source*, lib*, requirement*, purpose, if-fails?)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/complexity.html b/doc/html/boostbook/dtd/complexity.html index 8f029b82ca..5c46b5b2f8 100644 --- a/doc/html/boostbook/dtd/complexity.html +++ b/doc/html/boostbook/dtd/complexity.html @@ -35,7 +35,7 @@ (ANY)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/constructor.html b/doc/html/boostbook/dtd/constructor.html index 37c5ad1fc1..5d597d68e4 100644 --- a/doc/html/boostbook/dtd/constructor.html +++ b/doc/html/boostbook/dtd/constructor.html @@ -35,13 +35,13 @@ (template?, parameter*, purpose?, description?, requires?, effects?, postconditions?, returns?, throws?, complexity?, notes?, rationale?)
-

Description

+

Description

General documentation on functions in BoostBook is provided in the function element documentation.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/copy-assignment.html b/doc/html/boostbook/dtd/copy-assignment.html index f3d8d71abb..a0655cc4d2 100644 --- a/doc/html/boostbook/dtd/copy-assignment.html +++ b/doc/html/boostbook/dtd/copy-assignment.html @@ -35,7 +35,7 @@ (template?, type?, parameter*, purpose?, description?, requires?, effects?, postconditions?, returns?, throws?, complexity?, notes?, rationale?)
-

Description

+

Description

The return type of the copy-assignment operator does not need to be specified. If left unspecified, it will default to an unqualified reference to the enclosing class type.

@@ -44,7 +44,7 @@ element documentation.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/data-member.html b/doc/html/boostbook/dtd/data-member.html index c04dcde3b6..9530cbac67 100644 --- a/doc/html/boostbook/dtd/data-member.html +++ b/doc/html/boostbook/dtd/data-member.html @@ -35,7 +35,7 @@ (type, purpose?, description?)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/default.html b/doc/html/boostbook/dtd/default.html index c3d37df441..e7fe20a2de 100644 --- a/doc/html/boostbook/dtd/default.html +++ b/doc/html/boostbook/dtd/default.html @@ -35,7 +35,7 @@ (ANY)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/description.html b/doc/html/boostbook/dtd/description.html index 251d09e826..45999a6e2b 100644 --- a/doc/html/boostbook/dtd/description.html +++ b/doc/html/boostbook/dtd/description.html @@ -35,7 +35,7 @@ (ANY)
-

Description

+

Description

Although the context model for this element is ANY, detailed descriptions should contain structured DocBook elements that occur within sections, e.g., paragraphs @@ -45,7 +45,7 @@ etc.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/destructor.html b/doc/html/boostbook/dtd/destructor.html index 2875afe52a..acfe344595 100644 --- a/doc/html/boostbook/dtd/destructor.html +++ b/doc/html/boostbook/dtd/destructor.html @@ -35,13 +35,13 @@ (purpose?, description?, requires?, effects?, postconditions?, returns?, throws?, complexity?, notes?, rationale?)
-

Description

+

Description

General documentation on functions in BoostBook is provided in the function element documentation.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/effects.html b/doc/html/boostbook/dtd/effects.html index 6e5cf43462..0af37cc501 100644 --- a/doc/html/boostbook/dtd/effects.html +++ b/doc/html/boostbook/dtd/effects.html @@ -35,7 +35,7 @@ (ANY)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/enum.html b/doc/html/boostbook/dtd/enum.html index 0f8bea069a..b37fec4b7e 100644 --- a/doc/html/boostbook/dtd/enum.html +++ b/doc/html/boostbook/dtd/enum.html @@ -35,7 +35,7 @@ (enumvalue*, purpose?, description?)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/enumname.html b/doc/html/boostbook/dtd/enumname.html index fdbf66186b..4bc848cedd 100644 --- a/doc/html/boostbook/dtd/enumname.html +++ b/doc/html/boostbook/dtd/enumname.html @@ -35,7 +35,7 @@ (#PCDATA)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/enumvalue.html b/doc/html/boostbook/dtd/enumvalue.html index a69ca6f8b9..feed2cc47f 100644 --- a/doc/html/boostbook/dtd/enumvalue.html +++ b/doc/html/boostbook/dtd/enumvalue.html @@ -35,7 +35,7 @@ (default?, purpose?, description?)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/free-function-group.html b/doc/html/boostbook/dtd/free-function-group.html index 1073f71561..70d5cc66a5 100644 --- a/doc/html/boostbook/dtd/free-function-group.html +++ b/doc/html/boostbook/dtd/free-function-group.html @@ -35,7 +35,7 @@ (function| overloaded-function)*
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/function.html b/doc/html/boostbook/dtd/function.html index 6aeaf8c1ca..fcf9b9e89d 100644 --- a/doc/html/boostbook/dtd/function.html +++ b/doc/html/boostbook/dtd/function.html @@ -35,7 +35,7 @@ (template?, type, parameter*, purpose?, description?, requires?, effects?, postconditions?, returns?, throws?, complexity?, notes?, rationale?)
-

Description

+

Description

BoostBook functions are documented by specifying the function's interface (e.g., its C++ signature) and its behavior. Constructors, destructors, member functions, and free @@ -89,7 +89,7 @@ </class>

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/functionname.html b/doc/html/boostbook/dtd/functionname.html index 5d843b0ea5..64e190a7c9 100644 --- a/doc/html/boostbook/dtd/functionname.html +++ b/doc/html/boostbook/dtd/functionname.html @@ -35,7 +35,7 @@ (#PCDATA)
-

Description

+

Description

If a function (or overloaded function) with the given, possibly-qualified name is found, this generates a link to that function. Lookups obey currently-active using-class @@ -44,7 +44,7 @@ current scope.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/globalname.html b/doc/html/boostbook/dtd/globalname.html index e1fde0e362..98a0c3e386 100644 --- a/doc/html/boostbook/dtd/globalname.html +++ b/doc/html/boostbook/dtd/globalname.html @@ -35,7 +35,7 @@ (#PCDATA)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/header.html b/doc/html/boostbook/dtd/header.html index 86328653a4..b7928bdff1 100644 --- a/doc/html/boostbook/dtd/header.html +++ b/doc/html/boostbook/dtd/header.html @@ -35,7 +35,7 @@ (ANY)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/headername.html b/doc/html/boostbook/dtd/headername.html index 29bb6c5fd7..aced6cde50 100644 --- a/doc/html/boostbook/dtd/headername.html +++ b/doc/html/boostbook/dtd/headername.html @@ -35,7 +35,7 @@ (#PCDATA)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/if-fails.html b/doc/html/boostbook/dtd/if-fails.html index d7fddafdd0..b591477c75 100644 --- a/doc/html/boostbook/dtd/if-fails.html +++ b/doc/html/boostbook/dtd/if-fails.html @@ -35,7 +35,7 @@ (ANY)
-

Description

+

Description

Describes to the user the effect a certain failing testcase will have on the usefulness of a library. This field is useful in cases diff --git a/doc/html/boostbook/dtd/inherit.html b/doc/html/boostbook/dtd/inherit.html index 49b4c8e57b..5c6a3eb32c 100644 --- a/doc/html/boostbook/dtd/inherit.html +++ b/doc/html/boostbook/dtd/inherit.html @@ -35,11 +35,11 @@ (type, purpose?)

-

Description

+

Description

This element contains the type of the class inherited.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/lib.html b/doc/html/boostbook/dtd/lib.html index d16cdd6677..55eda8462e 100644 --- a/doc/html/boostbook/dtd/lib.html +++ b/doc/html/boostbook/dtd/lib.html @@ -35,7 +35,7 @@ (#PCDATA)
-

Description

+

Description

Declares a library dependency on the library named by the content of this element, to be emitted in a Jamfile.

diff --git a/doc/html/boostbook/dtd/library-reference.html b/doc/html/boostbook/dtd/library-reference.html index 5a4342e509..7e08c9f5df 100644 --- a/doc/html/boostbook/dtd/library-reference.html +++ b/doc/html/boostbook/dtd/library-reference.html @@ -35,7 +35,7 @@ (title?, section*, (header| library-reference)*)
-

Description

+

Description

Reference documentation for a library is contained with a <library-reference> element. The <library-reference> element has no attributes, and contains as children only @@ -60,7 +60,7 @@ that each contain different headers.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/library.html b/doc/html/boostbook/dtd/library.html index 162e0cbf76..f71b3a1e35 100644 --- a/doc/html/boostbook/dtd/library.html +++ b/doc/html/boostbook/dtd/library.html @@ -35,7 +35,7 @@ (libraryinfo, (title, ((section| library-reference| testsuite))+)?)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/librarycategory.html b/doc/html/boostbook/dtd/librarycategory.html index bd1d6e289d..a3a320c546 100644 --- a/doc/html/boostbook/dtd/librarycategory.html +++ b/doc/html/boostbook/dtd/librarycategory.html @@ -35,7 +35,7 @@ (#PCDATA)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/librarycategorydef.html b/doc/html/boostbook/dtd/librarycategorydef.html index be4d0fe299..6f904c2448 100644 --- a/doc/html/boostbook/dtd/librarycategorydef.html +++ b/doc/html/boostbook/dtd/librarycategorydef.html @@ -35,11 +35,11 @@ (#PCDATA)
-

Description

+

Description

All library category definitions should be in doc/src/boost.xml, and the names of categories must be prefixed with "category:".

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/librarycategorylist.html b/doc/html/boostbook/dtd/librarycategorylist.html index c106c5a2bb..9f7fc07310 100644 --- a/doc/html/boostbook/dtd/librarycategorylist.html +++ b/doc/html/boostbook/dtd/librarycategorylist.html @@ -35,13 +35,13 @@ (librarycategorydef)*
-

Description

+

Description

This element is not intended for use by developers, but is used by doc/src/boost.xml as a placeholder.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/libraryinfo.html b/doc/html/boostbook/dtd/libraryinfo.html index 515a9f8326..e3b5357ca6 100644 --- a/doc/html/boostbook/dtd/libraryinfo.html +++ b/doc/html/boostbook/dtd/libraryinfo.html @@ -35,7 +35,7 @@ (author+, copyright*, legalnotice*, librarypurpose, librarycategory*)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/librarylist.html b/doc/html/boostbook/dtd/librarylist.html index 6480bba5e0..8cd9862cf3 100644 --- a/doc/html/boostbook/dtd/librarylist.html +++ b/doc/html/boostbook/dtd/librarylist.html @@ -35,11 +35,11 @@ EMPTY
-

Description

+

Description

Developers aren't generally expected to use this element. Its existence is mainly as a placeholder in boost.xml for the alphabetical list of libraries.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/libraryname.html b/doc/html/boostbook/dtd/libraryname.html index 859fa9fd4f..7d4e498312 100644 --- a/doc/html/boostbook/dtd/libraryname.html +++ b/doc/html/boostbook/dtd/libraryname.html @@ -35,7 +35,7 @@ (#PCDATA)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/librarypurpose.html b/doc/html/boostbook/dtd/librarypurpose.html index 0ced07e058..7c2b1067cb 100644 --- a/doc/html/boostbook/dtd/librarypurpose.html +++ b/doc/html/boostbook/dtd/librarypurpose.html @@ -35,7 +35,7 @@ (#PCDATA| code| ulink| functionname| methodname| classname| macroname| headername| enumname| globalname)*
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/link-fail-test.html b/doc/html/boostbook/dtd/link-fail-test.html index 755b24e3d6..04ab9f863a 100644 --- a/doc/html/boostbook/dtd/link-fail-test.html +++ b/doc/html/boostbook/dtd/link-fail-test.html @@ -35,7 +35,7 @@ (source*, lib*, requirement*, purpose, if-fails?)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/link-test.html b/doc/html/boostbook/dtd/link-test.html index bd0107e743..acb4217a4b 100644 --- a/doc/html/boostbook/dtd/link-test.html +++ b/doc/html/boostbook/dtd/link-test.html @@ -35,7 +35,7 @@ (source*, lib*, requirement*, purpose, if-fails?)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/macroname.html b/doc/html/boostbook/dtd/macroname.html index e5a00ca786..36b5eb09af 100644 --- a/doc/html/boostbook/dtd/macroname.html +++ b/doc/html/boostbook/dtd/macroname.html @@ -35,7 +35,7 @@ (#PCDATA)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/method-group.html b/doc/html/boostbook/dtd/method-group.html index 8b2cf7341e..fea3fd0e24 100644 --- a/doc/html/boostbook/dtd/method-group.html +++ b/doc/html/boostbook/dtd/method-group.html @@ -35,7 +35,7 @@ (method| overloaded-method)*
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/method.html b/doc/html/boostbook/dtd/method.html index dfa9adb7cf..4ae1bdd142 100644 --- a/doc/html/boostbook/dtd/method.html +++ b/doc/html/boostbook/dtd/method.html @@ -35,13 +35,13 @@ (template?, type, parameter*, purpose?, description?, requires?, effects?, postconditions?, returns?, throws?, complexity?, notes?, rationale?)
-

Description

+

Description

General documentation on functions in BoostBook is provided in the function element documentation.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/namespace.html b/doc/html/boostbook/dtd/namespace.html index 9572e43da9..cf39c9d9c6 100644 --- a/doc/html/boostbook/dtd/namespace.html +++ b/doc/html/boostbook/dtd/namespace.html @@ -35,7 +35,7 @@ (class| class-specialization| struct| struct-specialization| union| union-specialization| typedef| enum| free-function-group| function| overloaded-function| namespace)*
-

Description

+

Description

BoostBook namespaces are declared via the <namespace> element. As in C++, namespaces can be nested and contain other C++ constructs, such as classes or functions. The name @@ -51,7 +51,7 @@ </library-reference>

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/notes.html b/doc/html/boostbook/dtd/notes.html index e9f0bc3b70..5316c89afc 100644 --- a/doc/html/boostbook/dtd/notes.html +++ b/doc/html/boostbook/dtd/notes.html @@ -35,7 +35,7 @@ (ANY)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/overloaded-function.html b/doc/html/boostbook/dtd/overloaded-function.html index d6d477aacb..b55e10fdd6 100644 --- a/doc/html/boostbook/dtd/overloaded-function.html +++ b/doc/html/boostbook/dtd/overloaded-function.html @@ -35,13 +35,13 @@ (signature*, purpose?, description?, requires?, effects?, postconditions?, returns?, throws?, complexity?, notes?, rationale?)
-

Description

+

Description

General documentation on functions in BoostBook is provided in the function element documentation.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/overloaded-method.html b/doc/html/boostbook/dtd/overloaded-method.html index ae75837d85..0072e2d232 100644 --- a/doc/html/boostbook/dtd/overloaded-method.html +++ b/doc/html/boostbook/dtd/overloaded-method.html @@ -35,13 +35,13 @@ (signature*, purpose?, description?, requires?, effects?, postconditions?, returns?, throws?, complexity?, notes?, rationale?)
-

Description

+

Description

General documentation on functions in BoostBook is provided in the function element documentation.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/parameter.html b/doc/html/boostbook/dtd/parameter.html index 8e233f5a9e..8047959c8a 100644 --- a/doc/html/boostbook/dtd/parameter.html +++ b/doc/html/boostbook/dtd/parameter.html @@ -35,7 +35,7 @@ (paramtype, default?, description?)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/paramtype.html b/doc/html/boostbook/dtd/paramtype.html index 9cca072a53..41759084db 100644 --- a/doc/html/boostbook/dtd/paramtype.html +++ b/doc/html/boostbook/dtd/paramtype.html @@ -35,7 +35,7 @@ (ANY)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/postconditions.html b/doc/html/boostbook/dtd/postconditions.html index 0f743b87a1..552c7c17fa 100644 --- a/doc/html/boostbook/dtd/postconditions.html +++ b/doc/html/boostbook/dtd/postconditions.html @@ -35,7 +35,7 @@ (ANY)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/precondition.html b/doc/html/boostbook/dtd/precondition.html index 50e31c7bcb..1ff526e30e 100644 --- a/doc/html/boostbook/dtd/precondition.html +++ b/doc/html/boostbook/dtd/precondition.html @@ -35,7 +35,7 @@ (ANY)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/programlisting.html b/doc/html/boostbook/dtd/programlisting.html index 9898cb9837..9c627a0220 100644 --- a/doc/html/boostbook/dtd/programlisting.html +++ b/doc/html/boostbook/dtd/programlisting.html @@ -35,7 +35,7 @@ (ANY)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/purpose.html b/doc/html/boostbook/dtd/purpose.html index cb6d2a56aa..cf375e1c7c 100644 --- a/doc/html/boostbook/dtd/purpose.html +++ b/doc/html/boostbook/dtd/purpose.html @@ -35,7 +35,7 @@ (ANY)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/rationale.html b/doc/html/boostbook/dtd/rationale.html index a81447936d..fb355634f8 100644 --- a/doc/html/boostbook/dtd/rationale.html +++ b/doc/html/boostbook/dtd/rationale.html @@ -35,7 +35,7 @@ (ANY)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/requirement.html b/doc/html/boostbook/dtd/requirement.html index b8084b1018..09f2e4d63c 100644 --- a/doc/html/boostbook/dtd/requirement.html +++ b/doc/html/boostbook/dtd/requirement.html @@ -35,7 +35,7 @@ (#PCDATA)
-

Description

+

Description

A requirement is part of the dependencies of a target in a Jamfile. The name attribute of a requirement element gives the name of the Boost.Build feature and the content of the @@ -45,7 +45,7 @@ name="includes">foo.hpp</requirement>.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/requires.html b/doc/html/boostbook/dtd/requires.html index 8e2f54bee1..6fe0329790 100644 --- a/doc/html/boostbook/dtd/requires.html +++ b/doc/html/boostbook/dtd/requires.html @@ -35,7 +35,7 @@ (ANY)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/returns.html b/doc/html/boostbook/dtd/returns.html index d2a0b6d7e6..6819425500 100644 --- a/doc/html/boostbook/dtd/returns.html +++ b/doc/html/boostbook/dtd/returns.html @@ -35,7 +35,7 @@ (ANY)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/run-fail-test.html b/doc/html/boostbook/dtd/run-fail-test.html index 11c8afb277..2e867dd14d 100644 --- a/doc/html/boostbook/dtd/run-fail-test.html +++ b/doc/html/boostbook/dtd/run-fail-test.html @@ -35,7 +35,7 @@ (source*, lib*, requirement*, purpose, if-fails?)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/run-test.html b/doc/html/boostbook/dtd/run-test.html index 23bd5fd43a..60e95746da 100644 --- a/doc/html/boostbook/dtd/run-test.html +++ b/doc/html/boostbook/dtd/run-test.html @@ -35,7 +35,7 @@ (source*, lib*, requirement*, purpose, if-fails?)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/signature.html b/doc/html/boostbook/dtd/signature.html index 1ab07e4706..736cb5c17d 100644 --- a/doc/html/boostbook/dtd/signature.html +++ b/doc/html/boostbook/dtd/signature.html @@ -35,7 +35,7 @@ (template?, type, parameter*)
-

Description

+

Description

A signature refers to one declaration of an overloaded function or method. The signature itself has no name, because the name of the @@ -45,7 +45,7 @@

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/snippet.html b/doc/html/boostbook/dtd/snippet.html index 5de912eb2c..759401af25 100644 --- a/doc/html/boostbook/dtd/snippet.html +++ b/doc/html/boostbook/dtd/snippet.html @@ -35,7 +35,7 @@ EMPTY
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/source.html b/doc/html/boostbook/dtd/source.html index 4dcb4f6929..14aef03cb4 100644 --- a/doc/html/boostbook/dtd/source.html +++ b/doc/html/boostbook/dtd/source.html @@ -35,7 +35,7 @@ (#PCDATA| snippet)*
-

Description

+

Description

This element will contain the source code for a testcase that will be generated from the documentation. To reduce the amount of escaping in the text, it is recommended to use CDATA sections, which look like this: diff --git a/doc/html/boostbook/dtd/specialization.html b/doc/html/boostbook/dtd/specialization.html index 592f630849..14eed257b4 100644 --- a/doc/html/boostbook/dtd/specialization.html +++ b/doc/html/boostbook/dtd/specialization.html @@ -35,7 +35,7 @@ (template-arg)*

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/static-constant.html b/doc/html/boostbook/dtd/static-constant.html index b22d2ff7a2..961a50cff5 100644 --- a/doc/html/boostbook/dtd/static-constant.html +++ b/doc/html/boostbook/dtd/static-constant.html @@ -35,7 +35,7 @@ (type, default, purpose?, description?)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/struct-specialization.html b/doc/html/boostbook/dtd/struct-specialization.html index d3319972c9..085282c2e2 100644 --- a/doc/html/boostbook/dtd/struct-specialization.html +++ b/doc/html/boostbook/dtd/struct-specialization.html @@ -35,7 +35,7 @@ (template?, specialization?, inherit?, purpose?, description?, (access| static-constant| typedef| enum| copy-assignment| constructor| destructor| method-group| free-function-group| function| method| overloaded-function| overloaded-method| data-member| class| class-specialization| struct| struct-specialization| union| union-specialization)*)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/struct.html b/doc/html/boostbook/dtd/struct.html index ca805fcc24..daae9d02e7 100644 --- a/doc/html/boostbook/dtd/struct.html +++ b/doc/html/boostbook/dtd/struct.html @@ -35,7 +35,7 @@ (template?, inherit*, purpose?, description?, (access| static-constant| typedef| enum| copy-assignment| constructor| destructor| method-group| free-function-group| function| method| overloaded-function| overloaded-method| data-member| class| class-specialization| struct| struct-specialization| union| union-specialization)*)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/template-arg.html b/doc/html/boostbook/dtd/template-arg.html index 56bdee6d66..3c98834355 100644 --- a/doc/html/boostbook/dtd/template-arg.html +++ b/doc/html/boostbook/dtd/template-arg.html @@ -35,7 +35,7 @@ (ANY)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/template-nontype-parameter.html b/doc/html/boostbook/dtd/template-nontype-parameter.html index 1fb2b60cb7..23d83ff57d 100644 --- a/doc/html/boostbook/dtd/template-nontype-parameter.html +++ b/doc/html/boostbook/dtd/template-nontype-parameter.html @@ -35,7 +35,7 @@ (type, default?, purpose?)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/template-type-parameter.html b/doc/html/boostbook/dtd/template-type-parameter.html index 029927deab..1dfc2a293f 100644 --- a/doc/html/boostbook/dtd/template-type-parameter.html +++ b/doc/html/boostbook/dtd/template-type-parameter.html @@ -35,7 +35,7 @@ (default?, purpose?)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/template-varargs.html b/doc/html/boostbook/dtd/template-varargs.html index f42e39c6b3..dd76c0168e 100644 --- a/doc/html/boostbook/dtd/template-varargs.html +++ b/doc/html/boostbook/dtd/template-varargs.html @@ -35,7 +35,7 @@ EMPTY
-

Description

+

Description

Variable-length template parameter lists are not allowed in C++, but because they are sometimes needed in documentation they are allowed in BoostBook. This element generally expands to "..." and @@ -43,7 +43,7 @@ used.

-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/template.html b/doc/html/boostbook/dtd/template.html index 8aab3ff40c..52a7dccb3f 100644 --- a/doc/html/boostbook/dtd/template.html +++ b/doc/html/boostbook/dtd/template.html @@ -35,7 +35,7 @@ (template-type-parameter| template-nontype-parameter| template-varargs)*
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/testsuite.html b/doc/html/boostbook/dtd/testsuite.html index d33e8ccaf6..c6aac459d9 100644 --- a/doc/html/boostbook/dtd/testsuite.html +++ b/doc/html/boostbook/dtd/testsuite.html @@ -35,7 +35,7 @@ ((compile-test| link-test| run-test| compile-fail-test| link-fail-test| run-fail-test)+)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/throws.html b/doc/html/boostbook/dtd/throws.html index b8cbfb43ce..bf92be8e77 100644 --- a/doc/html/boostbook/dtd/throws.html +++ b/doc/html/boostbook/dtd/throws.html @@ -35,7 +35,7 @@ (ANY)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/type.html b/doc/html/boostbook/dtd/type.html index 8860eb998f..db2072b170 100644 --- a/doc/html/boostbook/dtd/type.html +++ b/doc/html/boostbook/dtd/type.html @@ -35,7 +35,7 @@ (ANY)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/typedef.html b/doc/html/boostbook/dtd/typedef.html index 76b3fd1a61..ab966c71b2 100644 --- a/doc/html/boostbook/dtd/typedef.html +++ b/doc/html/boostbook/dtd/typedef.html @@ -35,7 +35,7 @@ (type, purpose?, description?)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/union-specialization.html b/doc/html/boostbook/dtd/union-specialization.html index cd1ec25e5b..1c2f241474 100644 --- a/doc/html/boostbook/dtd/union-specialization.html +++ b/doc/html/boostbook/dtd/union-specialization.html @@ -35,7 +35,7 @@ (template?, specialization?, inherit?, purpose?, description?, (access| static-constant| typedef| enum| copy-assignment| constructor| destructor| method-group| free-function-group| function| method| overloaded-function| overloaded-method| data-member| class| class-specialization| struct| struct-specialization| union| union-specialization)*)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/union.html b/doc/html/boostbook/dtd/union.html index f24a501c6c..c24268e7cb 100644 --- a/doc/html/boostbook/dtd/union.html +++ b/doc/html/boostbook/dtd/union.html @@ -35,7 +35,7 @@ (template?, inherit*, purpose?, description?, (access| static-constant| typedef| enum| copy-assignment| constructor| destructor| method-group| free-function-group| function| method| overloaded-function| overloaded-method| data-member| class| class-specialization| struct| struct-specialization| union| union-specialization)*)
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/using-class.html b/doc/html/boostbook/dtd/using-class.html index 10b42fef34..e047fe429f 100644 --- a/doc/html/boostbook/dtd/using-class.html +++ b/doc/html/boostbook/dtd/using-class.html @@ -35,7 +35,7 @@ EMPTY
-

Attributes

+

Attributes

diff --git a/doc/html/boostbook/dtd/using-namespace.html b/doc/html/boostbook/dtd/using-namespace.html index 24d4a5fa48..bf008428a3 100644 --- a/doc/html/boostbook/dtd/using-namespace.html +++ b/doc/html/boostbook/dtd/using-namespace.html @@ -35,7 +35,7 @@ EMPTY
-

Attributes

+

Attributes

-- cgit v1.2.3