annotate docs/ccguide/README @ 2106:c4c7facbd082

Fixed up some warnings
author boisy
date Sat, 07 Oct 2006 12:11:22 +0000
parents aed4cad385af
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
581
7dbb44965349 Added a README file
roug
parents:
diff changeset
1
616
aed4cad385af Chapter 2 finished
roug
parents: 581
diff changeset
2 About "See Also" references:
aed4cad385af Chapter 2 finished
roug
parents: 581
diff changeset
3 In the reference entries there are a lot of references to other
581
7dbb44965349 Added a README file
roug
parents:
diff changeset
4 function calls. They should according to DocBook be implemented with
7dbb44965349 Added a README file
roug
parents:
diff changeset
5 the <function>-element, but this doesn't produce the desired result
7dbb44965349 Added a README file
roug
parents:
diff changeset
6 in my formatter. Instead the <link>-element has been used. In the
7dbb44965349 Added a README file
roug
parents:
diff changeset
7 future when a better formatter is available, you can replace
7dbb44965349 Added a README file
roug
parents:
diff changeset
8 <link linkend="creat">creat()</link>,
7dbb44965349 Added a README file
roug
parents:
diff changeset
9 with
7dbb44965349 Added a README file
roug
parents:
diff changeset
10 <function moreinfo="refentry">creat</function>,
7dbb44965349 Added a README file
roug
parents:
diff changeset
11