Boost logo

Boost-Commit :

From: jakevoytko_at_[hidden]
Date: 2007-06-04 23:18:38


Author: jakevoytko
Date: 2007-06-04 23:18:37 EDT (Mon, 04 Jun 2007)
New Revision: 4440
URL: http://svn.boost.org/trac/boost/changeset/4440

Log:
Beginnings of documentation added

Added:
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/Jamfile.v2
   sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_plot.xml

Added: sandbox/SOC/2007/visualization/libs/svg_plot/doc/Jamfile.v2
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/Jamfile.v2 2007-06-04 23:18:37 EDT (Mon, 04 Jun 2007)
@@ -0,0 +1,10 @@
+# Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+
+# Distributed under the Boost Software License, Version 1.0.
+# (See accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt)
+project boost/doc ;
+import boostbook : boostbook ;
+
+boostbook function-doc : svg_plot.xml ;
+

Added: sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_plot.xml
==============================================================================
--- (empty file)
+++ sandbox/SOC/2007/visualization/libs/svg_plot/doc/svg_plot.xml 2007-06-04 23:18:37 EDT (Mon, 04 Jun 2007)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
+ "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
+<library name="SVG_Plot" dirname="visualization" xmlns:xi="http://www.w3.org/2001/XInclude"
+ id="any" last-revision="$Date: 2007/06/04 23:00:00 $">
+ <libraryinfo>
+ <author>
+ <firstname>Jake</firstname>
+ <surname>Voytko</surname>
+ </author>
+ <librarypurpose>
+ Visualize STL data in the SVG format
+ </librarypurpose>
+ <librarycategory name="category:data-structures"/>
+ </libraryinfo>
+</library>
+


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