Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/quickbook/test/code-snippet.gold @ 50

Last change on this file since 50 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
3<article id="code_snippets" name="Code Snippets" dirname="code_snippets" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
4 xmlns:xi="http://www.w3.org/2001/XInclude">
5  <articleinfo>
6  </articleinfo>
7  <title>Code Snippets</title>
8  <section id="code_snippets.a_code_snippet">
9    <title>A code snippet</title>
10    <para>
11      Code snippets inlined in text, as in <code><phrase role="keyword">namespace</phrase>&nbsp;<phrase
12      role="identifier">quickbook</phrase>&nbsp;<phrase role="special">{</phrase>&nbsp;<phrase
13      role="keyword">static</phrase>&nbsp;<phrase role="keyword">const</phrase>&nbsp;<phrase
14      role="keyword">int</phrase> <phrase role="identifier">value</phrase>&nbsp;<phrase
15      role="special">=</phrase>&nbsp;<phrase role="number">0</phrase><phrase role="special">;</phrase>&nbsp;<phrase
16      role="special">}</phrase></code>, should be properly formatted and not glued
17      to the surrounding text.
18    </para>
19  </section>
20</article>
Note: See TracBrowser for help on using the repository browser.