From 081eb01f8802c58515e8d2ae969f4f68d3dda85f Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 1 Jun 2014 20:56:15 +0100 Subject: [PATCH] Move cstdint section to the end. So that it doesn't appear in the middle of documentation for things that are in the library. --- doc/html/boost_integer/cstdint.html | 12 ++++++------ doc/html/boost_integer/history.html | 5 +++-- doc/html/boost_integer/traits.html | 6 +++--- doc/html/index.html | 11 ++++++----- doc/integer.qbk | 15 +++++++-------- 5 files changed, 25 insertions(+), 24 deletions(-) diff --git a/doc/html/boost_integer/cstdint.html b/doc/html/boost_integer/cstdint.html index b29bdab..bfc9a80 100644 --- a/doc/html/boost_integer/cstdint.html +++ b/doc/html/boost_integer/cstdint.html @@ -1,13 +1,12 @@ -Standard Integer Types +Removed from library: Standard Integer Types - - + @@ -20,11 +19,12 @@

-PrevUpHomeNext +PrevUpHome

The Boost.Config module @@ -43,7 +43,7 @@


-PrevUpHomeNext +PrevUpHome
diff --git a/doc/html/boost_integer/history.html b/doc/html/boost_integer/history.html index 48cb57f..4248b7c 100644 --- a/doc/html/boost_integer/history.html +++ b/doc/html/boost_integer/history.html @@ -7,6 +7,7 @@ + @@ -19,7 +20,7 @@

-PrevUpHome +PrevUpHomeNext

@@ -83,7 +84,7 @@
-PrevUpHome +PrevUpHomeNext
diff --git a/doc/html/boost_integer/traits.html b/doc/html/boost_integer/traits.html index 348d41b..90a5188 100644 --- a/doc/html/boost_integer/traits.html +++ b/doc/html/boost_integer/traits.html @@ -6,7 +6,7 @@ - + @@ -20,7 +20,7 @@
-PrevUpHomeNext +PrevUpHomeNext

@@ -209,7 +209,7 @@
-PrevUpHomeNext +PrevUpHomeNext
diff --git a/doc/html/index.html b/doc/html/index.html index 2a7a84c..0cb062c 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -5,7 +5,7 @@ - + @@ -17,7 +17,7 @@
More

-
Next
+
Next
- +

Last revised: June 01, 2014 at 19:49:06 GMT

Last revised: June 01, 2014 at 19:55:54 GMT


-
Next
+
Next
diff --git a/doc/integer.qbk b/doc/integer.qbk index 8cd8402..7085c7b 100644 --- a/doc/integer.qbk +++ b/doc/integer.qbk @@ -64,14 +64,6 @@ compile-time value; and computing min and max of constant expressions. [endsect] -[section:cstdint Standard Integer Types] - -The [@http://www.boost.org/libs/config/ Boost.Config] module provides -the typedefs useful for writing portable code that requires certain -integer widths. - -[endsect] - [section:traits Integer Traits] [section Motivation] @@ -705,3 +697,10 @@ provided typedefs in new code (and update old code as soon as possible). [endsect] +[section:cstdint Removed from library: Standard Integer Types] + +The [@http://www.boost.org/libs/config/ Boost.Config] module provides +the typedefs useful for writing portable code that requires certain +integer widths. + +[endsect]