annotate docs/ccguide/README @ 3220:9ccec98c9897
Updated IDE Driver makefile so it will have place holders for
dsk, dskclean, and dskcopy so that make does not error out when
chaining into the driver tree to build disk images where applicable.
author |
David Ladd <drencor-xeen@users.sourceforge.net> |
date |
Wed, 20 Dec 2017 16:10:50 -0600 |
parents |
aed4cad385af |
children |
|
rev |
line source |
581
|
1
|
616
|
2 About "See Also" references:
|
|
3 In the reference entries there are a lot of references to other
|
581
|
4 function calls. They should according to DocBook be implemented with
|
|
5 the <function>-element, but this doesn't produce the desired result
|
|
6 in my formatter. Instead the <link>-element has been used. In the
|
|
7 future when a better formatter is available, you can replace
|
|
8 <link linkend="creat">creat()</link>,
|
|
9 with
|
|
10 <function moreinfo="refentry">creat</function>,
|
|
11
|