Mercurial > flash_v2
changeset 704:bcbf9793fbb2
* cdl/synth_watchdog.cdl: Add doc link.
* doc/synth_watchdog.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:21:52 +0000 |
| parents | 48e1e880aa8f |
| children | cd2e78e28b3f |
| files | packages/devs/watchdog/synth/current/ChangeLog packages/devs/watchdog/synth/current/cdl/synth_watchdog.cdl packages/devs/watchdog/synth/current/doc/synth_watchdog.sgml |
| diffstat | 3 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/devs/watchdog/synth/current/ChangeLog +++ b/packages/devs/watchdog/synth/current/ChangeLog @@ -1,3 +1,12 @@ +2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> + + * cdl/synth_watchdog.cdl: Add doc link. + + * doc/synth_watchdog.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-12 Bart Veer <bartv@ecoscentric.com> * host/Makefile.in:
--- a/packages/devs/watchdog/synth/current/cdl/synth_watchdog.cdl +++ b/packages/devs/watchdog/synth/current/cdl/synth_watchdog.cdl @@ -56,6 +56,7 @@ cdl_package CYGPKG_DEVS_WATCHDOG_SYNTH { the watchdog and fails to reset it regularly then the host-side support will detect this and kill the eCos application with a SIGPWR signal." + doc ref/devs-watchdog-synth.html parent CYGPKG_IO_WATCHDOG active_if CYGPKG_IO_WATCHDOG
--- a/packages/devs/watchdog/synth/current/doc/synth_watchdog.sgml +++ b/packages/devs/watchdog/synth/current/doc/synth_watchdog.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-watchdog-synth-ref"> + <title>Synthetic Target Watchdog Device</title> + <refentry id="devs-watchdog-synth"> <refmeta> <refentrytitle>Synthetic Target Watchdog Device</refentrytitle> @@ -334,3 +337,4 @@ variables for use by other scripts. </refsect1> </refentry> +</reference>
