Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84772 - trunk/libs/signals/doc
From: dnljms_at_[hidden]
Date: 2013-06-14 02:39:20


Author: danieljames
Date: 2013-06-14 02:39:20 EDT (Fri, 14 Jun 2013)
New Revision: 84772
URL: http://svn.boost.org/trac/boost/changeset/84772

Log:
Better markup for signals deprecation.

Put it in a 'note', and use boostbook ids for links, so that they will link to
local files.

Text files modified:
   trunk/libs/signals/doc/introduction.xml | 8 +++++---
   1 files changed, 5 insertions(+), 3 deletions(-)

Modified: trunk/libs/signals/doc/introduction.xml
==============================================================================
--- trunk/libs/signals/doc/introduction.xml Fri Jun 14 01:50:29 2013 (r84771)
+++ trunk/libs/signals/doc/introduction.xml 2013-06-14 02:39:20 EDT (Fri, 14 Jun 2013) (r84772)
@@ -5,13 +5,15 @@
 
 <title>Introduction</title>
 
+<note>
 <para><emphasis role="bold">Boost.Signals is no longer being actively maintained.</emphasis>
 Do not use Boost.Signals for new development (use
-<ulink url="http://www.boost.org/doc/html/signals2.html">Boost.Signals2</ulink>
+<link linkend="signals2">Boost.Signals2</ulink>
 instead). If you have existing Boost.Signals-based code, it will
 continue to work, but consider moving to Boost.Signals2. There is
-<ulink url="http://www.boost.org/doc/html/signals2/api_changes.html#signals2.porting">
+<ulink url="signals2.porting">
 a porting guide</ulink> in the Signals2 documentation.</para>
+</note>
 
 <para>The Boost.Signals library is an implementation of a managed
 signals and slots system. Signals represent callbacks with multiple
@@ -34,4 +36,4 @@
 user to specify the manner in which multiple return values are
 combined.</para>
 
-</section>
\ No newline at end of file
+</section>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk