T.R | Title | User | Personal Name | Date | Lines |
---|
377.1 | A working example, with TOC | SHIRE::ZGRAGGEN | Searching for infinity... | Thu May 14 1987 12:28 | 48 |
| Dale
If you are using the ROUTINE tags correctly then the routine name
will appear in the table of contents. Below I've include a routine
I've documented, the TOC entry is present. The inclusion needs to
be between <ROUTINE_SECTION> and <ENDROUTINE_SECTION> tags.
Peter
<COMMENT>(****Version 1****)
<routine>($CLOSE\Close down a Database Session)
<overview>
Close the database, this services sends a close message to the attached
server.
<endoverview>
<format>
<frtn>(VAUD$CLOSE)
<fargs>(database-id)
<endformat>
<returns>(cond-value\longword (unsigned)\write only\by value)
<rettext>
Longword condition value. All services return (by immediate value) a condition
value in R0. Condition values that can be returned by the service are listed
under <quote>(RETURN VALUES).
<endrettext>
<argdeflist>
<argitem>(database-id\context\longword (unsigned)\read only\by value)
<argdef>
This parameter specifies a longword that is a unique database
session identification.
<endargdeflist>
<description>
This service should be called to logically close down the connection between
the client and the attached server session.
<enddescription>
<rsdeflist>
<rsitem>(VAUD$_BUSY\Database is busy, can not complete operation)
<rsitem>(VAUD$_INSARG\Insufficient arguments)
<rsitem>(VAUD$_NORMAL\Normal successful completion)
<rsitem>(VAUD$_NOSUCHDB\No such database)
<rsitem>(VAUD$_TOOMNYARGS\Too many arguments)
<endrsdeflist>
|
377.2 | Got a TOC | PYONS::DCHAVEZ | Dale C. - CXO3 Colo Spgs | Thu May 14 1987 13:14 | 7 |
| RE: < Note 377.1 by SHIRE::ZGRAGGEN "Searching for infinity..." >
Peter,
Thanks for the response. Is this documented anywhere?
Dale
|
377.3 | Yes, but... | CLOSET::OTTE | | Thu May 14 1987 15:52 | 12 |
| No its not documented in any really accessible place, but it will
be for version 1.0 of the documentation. Page 8-2 of the VAX DOCUMENT
User Manual Volume 1, Field Test Update Draft (BL8), lists the tags
that create an entry in the table of contents.
You should add to that list the SOFTWARE doctype <routine> <sdml_tag>
<command> <statement> and <function> tags, and the global <table>
<example> and <figure> tags when they are used with a caption
(and so are numbered).
-randy
|
377.4 | BL8 Docs Available? | PYONS::DCHAVEZ | Dale C. - CXO3 Colo Spgs | Thu May 14 1987 16:00 | 12 |
| RE:< Note 377.3 by CLOSET::OTTE >
-< Yes, but... >-
> No its not documented in any really accessible place, but it will
> be for version 1.0 of the documentation. Page 8-2 of the VAX DOCUMENT
> User Manual Volume 1, Field Test Update Draft (BL8), lists the tags
> that create an entry in the table of contents.
Does this mean that BL8 documentation is available online somewhere :-) ?
Dale
|
377.5 | Just around the corner, Dale | COOKIE::JOHNSTON | | Thu May 14 1987 16:21 | 8 |
| Hi Dale. Cross over a node and copy the BL8 documentation from me, if
you like. It's in COOKIE::DISK$FIG_4:[JOHNSTON.DOCUMENT.DOCS]. All
the files in there are BL8 documentation.
By the way, which doctype are you using for your book with the routines?
Rose
|