From 6cd1827fe2d154c1127f25d05d61a82917a72363 Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Thu, 7 Apr 2011 21:05:15 +0000 Subject: [PATCH] Add link to header from synopsis. Fixes #4049. Add links to in place factory assignment operators. [SVN r71092] Conflicts: doc/html/index.html --- doc/reference.qbk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/reference.qbk b/doc/reference.qbk index c8c96dd..77aefd7 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__]``