|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59134 - trunk/libs/property_map/doc
From: jewillco_at_[hidden]
Date: 2010-01-18 13:35:50
Author: jewillco
Date: 2010-01-18 13:35:49 EST (Mon, 18 Jan 2010)
New Revision: 59134
URL: http://svn.boost.org/trac/boost/changeset/59134
Log:
Fixed duplicate bookmarks
Text files modified:
trunk/libs/property_map/doc/dynamic_property_map.html | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
Modified: trunk/libs/property_map/doc/dynamic_property_map.html
==============================================================================
--- trunk/libs/property_map/doc/dynamic_property_map.html (original)
+++ trunk/libs/property_map/doc/dynamic_property_map.html 2010-01-18 13:35:49 EST (Mon, 18 Jan 2010)
@@ -18,7 +18,7 @@
<div class="document" id="logo-dynamic-property-maps">
<h1 class="title"><a class="reference" href="../../../index.htm"><img align="middle" alt="Boost" src="../../../boost.png" /></a> Dynamic Property Maps</h1>
<div class="section" id="summary">
-<h1><a class="toc-backref" href="#id2" name="summary">Summary</a></h1>
+<h1><a class="toc-backref" href="#id2">Summary</a></h1>
<p>The dynamic property map interfaces provides access to a collection of
property maps through a dynamically-typed interface. An algorithm can
use it to manipulate property maps without knowing their key or
@@ -26,7 +26,7 @@
maps to interface more easily and completely with scripting languages
and other text-based representations of key-value data.</p>
<div class="contents topic" id="contents">
-<p class="topic-title first"><a name="contents">Contents</a></p>
+<p class="topic-title first">Contents</a></p>
<ul class="simple">
<li><a class="reference" href="#summary" id="id2" name="id2">Summary</a></li>
<li><a class="reference" href="#introduction" id="id3" name="id3">Introduction</a><ul>
@@ -43,7 +43,7 @@
</div>
</div>
<div class="section" id="introduction">
-<h1><a class="toc-backref" href="#id3" name="introduction">Introduction</a></h1>
+<h1><a class="toc-backref" href="#id3">Introduction</a></h1>
<p>The Boost Property Map library specifies statically type-safe
interfaces through which key-value pairs can be manipulated by
generic algorithms. Typically, an algorithm that uses property maps is
@@ -115,7 +115,7 @@
meet the requirements of the underlying property map or signals a
runtime exception if it cannot.</p>
<div class="section" id="fred-s-info-revisited">
-<h2><a class="toc-backref" href="#id4" name="fred-s-info-revisited">"Fred's Info" Revisited</a></h2>
+<h2><a class="toc-backref" href="#id4">"Fred's Info" Revisited</a></h2>
<p>Here's what the example above looks like using the
<tt class="docutils literal"><span class="pre">dynamic_properties</span></tt> interface:</p>
<pre class="literal-block">
@@ -189,7 +189,7 @@
</div>
</div>
<div class="section" id="reference">
-<h1><a class="toc-backref" href="#id5" name="reference">Reference</a></h1>
+<h1><a class="toc-backref" href="#id5">Reference</a></h1>
<pre class="literal-block">
class dynamic_properties
</pre>
@@ -198,7 +198,7 @@
an object of this class with property maps using the <tt class="docutils literal"><span class="pre">property</span></tt> member
function.</p>
<div class="section" id="member-functions">
-<h2><a class="toc-backref" href="#id6" name="member-functions">Member Functions</a></h2>
+<h2><a class="toc-backref" href="#id6">Member Functions</a></h2>
<pre class="literal-block">
dynamic_properties()
dynamic_properties(
@@ -254,7 +254,7 @@
property map that has name for its <tt class="docutils literal"><span class="pre">dynamic_properties</span></tt> key.</p>
</div>
<div class="section" id="free-functions">
-<h2><a class="toc-backref" href="#id7" name="free-functions">Free functions</a></h2>
+<h2><a class="toc-backref" href="#id7">Free functions</a></h2>
<pre class="literal-block">
std::auto_ptr<boost::dynamic_property_map>
ignore_other_properties(const std::string&,
@@ -341,7 +341,7 @@
<p>Returns a <tt class="docutils literal"><span class="pre">type_info</span></tt> object that represents the property map's value type.</p>
</div>
<div class="section" id="exceptions">
-<h2><a class="toc-backref" href="#id8" name="exceptions">Exceptions</a></h2>
+<h2><a class="toc-backref" href="#id8">Exceptions</a></h2>
<pre class="literal-block">
struct dynamic_property_exception : public std::exception {
virtual ~dynamic_property_exception() throw() {}
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