Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60971 - sandbox/xint/libs/xint/doc/doxygen
From: pbristow_at_[hidden]
Date: 2010-03-31 10:40:46


Author: pbristow
Date: 2010-03-31 10:40:45 EDT (Wed, 31 Mar 2010)
New Revision: 60971
URL: http://svn.boost.org/trac/boost/changeset/60971

Log:
Custom footer for Doxygen standalone

Added:
   sandbox/xint/libs/xint/doc/doxygen/xint_doxygen_header.html (contents, props changed)

Added: sandbox/xint/libs/xint/doc/doxygen/xint_doxygen_header.html
==============================================================================
--- (empty file)
+++ sandbox/xint/libs/xint/doc/doxygen/xint_doxygen_header.html 2010-03-31 10:40:45 EDT (Wed, 31 Mar 2010)
@@ -0,0 +1,40 @@
+
+<!-- CUSTOMISE THIS FILE! -->
+
+<!-- Sample custom Doxygen header my_doxygen_header.html -->-
+
+<!-- Change copyright to YOUR name below: -->
+
+<!-- Copyright 2009 Paul A. Bristow. -->
+<!-- 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) -->
+
+<html> <!-- </html> is in footer. -->
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+
+ <!-- Add your title here ! -->
+ <title>Quickbook Doxygen Index Prototype $datetime $projectname $projectnumber</title>
+
+ <!-- Add your custom stylesheet here ! -->
+ <link href="my_doxygen.css" rel="stylesheet" type="text/css"/>
+ <!-- Note that this overrides any stylesheet specified in doxyfile setting HTML_STYLESHEET="mystylesheet.css" ! -->
+ <link href="tabs.css" rel="stylesheet" type="text/css"/>
+</head>
+
+<!-- Add draft background here if, for example, not yet accepted or otherwise not finalised! -->
+<body style="background-image: url(../images/draft.png);"> <!-- </body> is in footer. -->
+<!-- Add your logo here ! -->
+<!-- Boost logo here if accepted after review, else some "Boost in mind" logo, for example the one below, or "proposed to Boost" ! -->
+<table cellpadding="5" width="100%">
+ <tbody>
+ <tr>
+ <td valign="top"><img alt="Written with Boost C++ Libraries in mind." src="../images/boost_in_mind.png" height="60" width="350"/></td>
+ </tr>
+ </tbody>
+</table>
+<p>
+ <br/> <!-- Some space below logo, if needed. -->
+</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