blob: 100e34a1b5fef789e88c1532d52bceae5603b270 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
<!DOCTYPE html>
<html>
<head></head>
<body>
<h3>
Include
</h3>
<p>
This should appear when <tt>stub.c</tt> is included.
</p>
<p>
This is the C <span class="bold"><strong><span class="emphasis"><em>foo</em></span></strong></span>
function.
</p>
<p>
This description can have paragraphs...
</p>
<ul>
<li>
<div>
lists
</div>
</li>
<li>
<div>
etc.
</div>
</li>
</ul>
<p>
And any quickbook block markup.
</p>
<pre class="programlisting"><span class="keyword">char</span><span class="special">*</span> <span class="identifier">foo</span><span class="special">()</span>
<span class="special">{</span>
<span class="comment">// return 'em, foo man!</span>
<span class="keyword">return</span> <span class="string">"foo"</span><span class="special">;</span>
<span class="special">}</span>
</pre>
<p>
This should appear when <tt>stub.py</tt> is included.
</p>
<p>
This should appear when <tt>stub.cpp</tt> is included.
</p>
<p>
[foo]
</p>
<p>
[foo_py]
</p>
<p>
[foo_c]
</p>
</body>
</html>
|