Mercurial > ecos
changeset 664:cb79e1e34356
* cdl/syntheth.cdl: Add doc link.
* doc/syntheth.sgml: Comment out DOCTYPE for now to allow building
with standard doc build.
Add an enclosing <reference> so it's structured better with standard
doc build.
| author | jlarmour |
|---|---|
| date | Mon, 24 Feb 2003 14:09:19 +0000 |
| parents | 51dfc634eb20 |
| children | dcacd8c32346 |
| files | packages/devs/eth/synth/ecosynth/current/ChangeLog packages/devs/eth/synth/ecosynth/current/cdl/syntheth.cdl packages/devs/eth/synth/ecosynth/current/doc/syntheth.sgml |
| diffstat | 3 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/eth/synth/ecosynth/current/ChangeLog +++ b/packages/devs/eth/synth/ecosynth/current/ChangeLog @@ -1,3 +1,12 @@ +2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> + + * cdl/syntheth.cdl: Add doc link. + + * doc/syntheth.sgml: Comment out DOCTYPE for now to allow building + with standard doc build. + Add an enclosing <reference> so it's structured better with standard + doc build. + 2003-02-13 Bart Veer <bartv@ecoscentric.com> * src/syntheth.c, cdl/syntheth.cdl: add dependency on errno.h for
--- a/packages/devs/eth/synth/ecosynth/current/cdl/syntheth.cdl +++ b/packages/devs/eth/synth/ecosynth/current/cdl/syntheth.cdl @@ -59,6 +59,7 @@ cdl_package CYGPKG_DEVS_ETH_ECOSYNTH { through the I/O auxiliary. Up to four ethernet devices are supported, and the host-side target definition file controls how each device will perform its I/O." + doc ref/devs-eth-synth-ecosynth.html parent CYGPKG_IO_ETH_DRIVERS active_if CYGPKG_IO_ETH_DRIVERS
--- a/packages/devs/eth/synth/ecosynth/current/doc/syntheth.sgml +++ b/packages/devs/eth/synth/ecosynth/current/doc/syntheth.sgml @@ -1,4 +1,4 @@ -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN"> +<!-- DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN" --> <!-- {{{ Banner --> @@ -33,6 +33,9 @@ <!-- }}} --> +<reference id="devs-eth-synth-ecosynth-ref"> + <title>Synthetic Target Ethernet Driver</title> + <refentry id="devs-eth-synth-ecosynth"> <refmeta> <refentrytitle>Synthetic Target Ethernet Driver</refentrytitle> @@ -512,3 +515,4 @@ instantiated, for example <literal>{eth0 </refsect1> </refentry> +</reference>
