]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/graph/detail/read_graphviz_spirit.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / graph / detail / read_graphviz_spirit.hpp
index 2ba09cc0a40aaba689ea262e7bc6b5d1266ea457..d10bbc720cd6636dd17cbfad4a59c9eb63794f5e 100644 (file)
@@ -5,13 +5,13 @@
 // http://www.boost.org/LICENSE_1_0.txt)
 
 //
-// read_graphviz_spirit.hpp - 
+// read_graphviz_spirit.hpp -
 //   Initialize a model of the BGL's MutableGraph concept and an associated
 //  collection of property maps using a graph expressed in the GraphViz
-// DOT Language.  
+// DOT Language.
 //
 //   Based on the grammar found at:
-//   http://www.graphviz.org/cvs/doc/info/lang.html
+//   https://web.archive.org/web/20041213234742/http://www.graphviz.org/cvs/doc/info/lang.html
 //
 //   See documentation for this code at: 
 //     http://www.boost.org/libs/graph/doc/read_graphviz.html