Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/date_time/xmldoc/README @ 33

Last change on this file since 33 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 1.1 KB
Line 
1I couldn't get the date_time.xml to validate, however, it works anyway.
2The build process with fail with adequate error messages to fix
3any errors.
4
5/********************************/
6Do not place a dtd declaration in the doc xml files.
7Begin each file with:
8<section ...
9
10/********************************/
11Including files into sections has some quirks to it. Unless there is a
12section in the parent file, the first included file will display
13instead of link.
14
15Example.
16In date_time.xml:
17
18  <xi:include href="subsection.xml" />
19
20And in subsection/xml:
21  <section id="date_time.my_subsection"
22     xmlns:xi="http://www.w3.org/2001/XInclude">
23     <para>
24       ...
25     </para>
26     <xi:include href="another.xml" />
27
28/********************************/
29To crosslink use:
30<link linkend="date_time.section.subsection">optional text</link>
31
32If you use '<link linkend="top">top</link>' the link will automatically
33go to the top of the page it ends up in.
34
35# Copyright (c) 2002-2006 CrystalClear Software, Inc.
36# Use, modification and distribution is subject to the
37# Boost Software License, Version 1.0. (See accompanying
38# file LICENSE-1.0 or http://www.boost.org/LICENSE-1.0)
Note: See TracBrowser for help on using the repository browser.