diff --git a/doc/html/boost_optional/synopsis.html b/doc/html/boost_optional/synopsis.html index e8ec559..8b08308 100644 --- a/doc/html/boost_optional/synopsis.html +++ b/doc/html/boost_optional/synopsis.html @@ -26,7 +26,9 @@

Synopsis

-
namespace boost {
+
// In Header: <boost/optional/optional.hpp>
+
+namespace boost {
 
 template<class T>
 class optional
@@ -60,9 +62,9 @@
 
     template<class U> optional& operator = ( optional<U> const& rhs ) ; R
 
-    template<class InPlaceFactory> optional& operator = ( InPlaceFactory const& f ) ; 
+    template<class InPlaceFactory> optional& operator = ( InPlaceFactory const& f ) ; R
 
-    template<class TypedInPlaceFactory> optional& operator = ( TypedInPlaceFactory const& f ) ; 
+    template<class TypedInPlaceFactory> optional& operator = ( TypedInPlaceFactory const& f ) ; R
 
     T const& get() const ; R
     T&       get() ; R
diff --git a/doc/html/index.html b/doc/html/index.html
index abfb2b1..cdd3189 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -27,7 +27,7 @@
 
 
-

+

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

@@ -163,7 +163,7 @@
- +

Last revised: April 07, 2011 at 19:52:21 GMT

Last revised: April 07, 2011 at 21:02:08 GMT


diff --git a/doc/reference.qbk b/doc/reference.qbk index 23cae2d..84bc1bb 100644 --- a/doc/reference.qbk +++ b/doc/reference.qbk @@ -11,6 +11,8 @@ [section Synopsis] + ```// In Header: <`[@boost:/boost/optional/optional.hpp boost/optional/optional.hpp]'''>'''`` + namespace boost { template @@ -45,9 +47,9 @@ template optional& operator = ( optional const& rhs ) ; ``[link reference_optional_operator_equal_other_optional __GO_TO__]`` - template optional& operator = ( InPlaceFactory const& f ) ; ``[/[link reference_optional_operator_equal_factory __GO_TO__]]`` + template optional& operator = ( InPlaceFactory const& f ) ; ``[link reference_optional_operator_equal_factory __GO_TO__]`` - template optional& operator = ( TypedInPlaceFactory const& f ) ; ``[/[link reference_optional_operator_equal_factory __GO_TO__]]`` + template optional& operator = ( TypedInPlaceFactory const& f ) ; ``[link reference_optional_operator_equal_factory __GO_TO__]`` T const& get() const ; ``[link reference_optional_get __GO_TO__]`` T& get() ; ``[link reference_optional_get __GO_TO__]``