1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> 3<article id="include" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude"> 4 <title>Include</title> 5 <para> 6 This should appear when <literal>stub.c</literal> is included. 7 </para> 8 <para> 9 This is the C <emphasis role="bold"><emphasis>foo</emphasis></emphasis> function. 10 </para> 11 <para> 12 This description can have paragraphs... 13 </para> 14 <itemizedlist> 15 <listitem> 16 <simpara> 17 lists 18 </simpara> 19 </listitem> 20 <listitem> 21 <simpara> 22 etc. 23 </simpara> 24 </listitem> 25 </itemizedlist> 26 <para> 27 And any quickbook block markup. 28 </para> 29<programlisting><phrase role="keyword">char</phrase><phrase role="special">*</phrase> <phrase role="identifier">foo</phrase><phrase role="special">()</phrase> 30<phrase role="special">{</phrase> 31 <phrase role="comment">// return 'em, foo man!</phrase> 32 <phrase role="keyword">return</phrase> <phrase role="string">"foo"</phrase><phrase role="special">;</phrase> 33<phrase role="special">}</phrase> 34</programlisting> 35 <para> 36 This should appear when <literal>stub.py</literal> is included. 37 </para> 38 <para> 39 This should appear when <literal>stub.cpp</literal> is included. 40 </para> 41 <para> 42 [foo] 43 </para> 44 <para> 45 [foo_py] 46 </para> 47 <para> 48 [foo_c] 49 </para> 50</article> 51