Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55472 - trunk/libs/graph/doc
From: jewillco_at_[hidden]
Date: 2009-08-08 14:54:13


Author: jewillco
Date: 2009-08-08 14:54:13 EDT (Sat, 08 Aug 2009)
New Revision: 55472
URL: http://svn.boost.org/trac/boost/changeset/55472

Log:
Fixed broken lines
Text files modified:
   trunk/libs/graph/doc/howard_cycle_ratio.html | 10 +++++-----
   1 files changed, 5 insertions(+), 5 deletions(-)

Modified: trunk/libs/graph/doc/howard_cycle_ratio.html
==============================================================================
--- trunk/libs/graph/doc/howard_cycle_ratio.html (original)
+++ trunk/libs/graph/doc/howard_cycle_ratio.html 2009-08-08 14:54:13 EDT (Sat, 08 Aug 2009)
@@ -8,7 +8,7 @@
         <META NAME="CHANGED" CONTENT="20070128;20552300">
 
 
- <!-- -- Copyright 2007 Technical University of Catalonia
+ <!-- Copyright 2007 Technical University of Catalonia
 
     Use, modification and distribution is subject to the Boost Software
     License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
@@ -17,8 +17,8 @@
      Authors: Dmitry Bufistov
               Andrey Parfenov
  -->
- <STYLE>
         <!--
+ <STYLE>
                 @page { size: 3.5cm 2.5cm }
                 TD P { color: #000000 }
                 H1 { color: #000000 }
@@ -28,8 +28,8 @@
                 BLOCKQUOTE { color: #000000 }
                 A:link { color: #0000ee }
                 A:visited { color: #551a8b }
- -->
         </STYLE>
+ -->
 </HEAD>
 <BODY TEXT="#000000" LINK="#0000ee" VLINK="#551a8b" BGCOLOR="#ffffff" DIR="LTR">
 <P><IMG SRC="../../..//boost.png" NAME="graphics1" ALT="C++ Boost" ALIGN=BOTTOM WIDTH=277 HEIGHT=86 BORDER=0>
@@ -136,7 +136,7 @@
 </p>
 
 <H3>Where Defined</H3>
-<P STYLE="background: transparent"><TT>boost/graph/howard_cycle_ratio.hpp</TT>
+<P STYLE="background: transparent"><TT>boost/graph/howard_cycle_ratio.hpp</TT>
 </P>
 <H3>Parameters</H3>
 <P>IN: <tt>FloatTraits</tt> </P>
@@ -213,7 +213,7 @@
 </P>
 
 <H3>Example</H3>
-<P>The program in cycle_ratio_example.cpp
+<P>The program in libs/graph/example/cycle_ratio_example.cpp
 generates a random graph and computes its maximum cycle ratio.
 </P>
 


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