From c40417c2d3d30db0aa1e29fa7673e4d7eb72a253 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Tue, 18 Aug 2009 01:03:26 +0000 Subject: [PATCH] MPL refmanual fixes [SVN r55641] --- doc/refmanual/pair.html | 2 +- doc/refmanual/trivial-metafunction.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/refmanual/pair.html b/doc/refmanual/pair.html index 7829f14..fecf243 100644 --- a/doc/refmanual/pair.html +++ b/doc/refmanual/pair.html @@ -62,7 +62,7 @@ typedef fold<

See also

-

Data Types, Sequences, :refentry:`first <trivial-first>`__, :refentry:`second <trivial-second>`__

+

Data Types, Sequences, first <trivial-first>`__, second <trivial-second>`__

diff --git a/doc/refmanual/trivial-metafunction.html b/doc/refmanual/trivial-metafunction.html index c64fcba..33eeafa 100644 --- a/doc/refmanual/trivial-metafunction.html +++ b/doc/refmanual/trivial-metafunction.html @@ -66,9 +66,9 @@ typedef name<x>::type r;

Models