Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53476 - in trunk/libs: . parameter/doc parameter/doc/html
From: jewillco_at_[hidden]
Date: 2009-05-30 21:41:00


Author: jewillco
Date: 2009-05-30 21:40:59 EDT (Sat, 30 May 2009)
New Revision: 53476
URL: http://svn.boost.org/trac/boost/changeset/53476

Log:
Fixed more links to property_map
Text files modified:
   trunk/libs/libraries.htm | 6 +++---
   trunk/libs/parameter/doc/html/index.html | 6 +++---
   trunk/libs/parameter/doc/index.rst | 4 ++--
   3 files changed, 8 insertions(+), 8 deletions(-)

Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm (original)
+++ trunk/libs/libraries.htm 2009-05-30 21:40:59 EDT (Sat, 30 May 2009)
@@ -215,7 +215,7 @@
     and Paul Mensonides.</li>
     <li>program_options - Access to configuration
         data given on command line, in config files and other sources, from Vladimir Prus.</li>
- <li>property map
+ <li>property map
         - Concepts defining interfaces which map key objects to
         value objects, from Jeremy Siek.</li>
     <li>proto - Expression template library and compiler
@@ -355,7 +355,7 @@
     Mu&ntilde;oz.</li>
     <li>pointer container
       - Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. </li>
- <li>property map
+ <li>property map
         - Concepts defining interfaces which map key objects to
         value objects, from Jeremy Siek.</li>
     <li>unordered - unordered associative containers, from Daniel James.</li>
@@ -452,7 +452,7 @@
         ease arithmetic classes and iterators, from Dave Abrahams
         and Jeremy Siek.</li>
 
- <li>property map
+ <li>property map
         - Concepts defining interfaces which map key objects to
         value objects, from Jeremy Siek.</li>
     <li>static_assert

Modified: trunk/libs/parameter/doc/html/index.html
==============================================================================
--- trunk/libs/parameter/doc/html/index.html (original)
+++ trunk/libs/parameter/doc/html/index.html 2009-05-30 21:40:59 EDT (Sat, 30 May 2009)
@@ -342,7 +342,7 @@
 </tr>
 <tr><td><tt class="docutils literal"><span class="pre">index_map</span></tt></td>
 <td>in</td>
-<td>Model of <a class="reference external" href="../../../property_map/ReadablePropertyMap.html"><span class="concept">Readable Property Map</span></a>
+<td>Model of <a class="reference external" href="../../../property_map/doc/ReadablePropertyMap.html"><span class="concept">Readable Property Map</span></a>
 with key type := <tt class="docutils literal"><span class="pre">graph</span></tt>'s
 vertex descriptor and value type
 an integer type.</td>
@@ -350,7 +350,7 @@
 </tr>
 <tr><td><tt class="docutils literal"><span class="pre">color_map</span></tt></td>
 <td>in/out</td>
-<td>Model of <a class="reference external" href="../../../property_map/ReadWritePropertyMap.html"><span class="concept">Read/Write Property Map</span></a>
+<td>Model of <a class="reference external" href="../../../property_map/doc/ReadWritePropertyMap.html"><span class="concept">Read/Write Property Map</span></a>
 with key type := <tt class="docutils literal"><span class="pre">graph</span></tt>'s
 vertex descriptor type.</td>
 <td>an <tt class="docutils literal"><span class="pre">iterator_property_map</span></tt>
@@ -2163,7 +2163,7 @@
 </div>
 <div class="footer">
 <hr class="footer" />
-Generated on: 2009-01-30 21:27 UTC.
+Generated on: 2009-05-31 01:40 UTC.
 Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
 
 </div>

Modified: trunk/libs/parameter/doc/index.rst
==============================================================================
--- trunk/libs/parameter/doc/index.rst (original)
+++ trunk/libs/parameter/doc/index.rst 2009-05-30 21:40:59 EDT (Sat, 30 May 2009)
@@ -356,8 +356,8 @@
 .. _`IncidenceGraph`: ../../../graph/doc/IncidenceGraph.html
 .. _`VertexListGraph`: ../../../graph/doc/VertexListGraph.html
 .. _`DFSVisitor`: ../../../graph/doc/DFSVisitor.html
-.. _`ReadWritePropertyMap`: ../../../property_map/ReadWritePropertyMap.html
-.. _`ReadablePropertyMap`: ../../../property_map/ReadablePropertyMap.html
+.. _`ReadWritePropertyMap`: ../../../property_map/doc/ReadWritePropertyMap.html
+.. _`ReadablePropertyMap`: ../../../property_map/doc/ReadablePropertyMap.html
 
 Don't be intimidated by the information in the second and third
 columns above. For the purposes of this exercise, you don't need


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