1# $Id$
2#
3# >>Title::     All Documentation SDG Report
4#
5# >>Copyright::
6# Copyright (c) 1992-1999, Ian Clatworthy (ianc@mincom.com).
7# You may distribute under the terms specified in the LICENSE file.
8#
9# >>History::
10# -----------------------------------------------------------------------
11# Date      Who     Change
12# 13-May-99 ianc    Initial creation
13# -----------------------------------------------------------------------
14#
15# >>Purpose::
16# This report is used to extract and format all sections
17# of SDF-style embedded documentation.
18#
19# >>Description::
20#
21# >>Limitations::
22#
23Key             Format
24-               "!use 'sdgmacs'\n!SDG_BEGIN\n"
25Title           "H1[id=\"$short\"] $short - $data\n\n"
26Purpose         "H2: $key\n\n$data\n\n"
27Interface       "H2: $key\n\n$data\n\n"
28-               "!SDG_DESCRIPTION_PRE\n"
29Description     "H2: $key\n\n$data\n\n"
30-               "!SDG_DESCRIPTION_POST\n"
31*               "H2: $key\n\n$data\n\n"
32-               "!SDG_END\n"
33