Marketplace
include("links-2.html"); ?>
|
 |
|
 | DocBook: The Definitive Guide 2.0.10 (Alpha) |
lineannotation$Date: 2002/06/12 11:18:16 $ lineannotation — A comment on a line in a verbatim listing Description
A LineAnnotation is an author or editor's comment on a line
in one of the verbatim environments. These are annotations added by
the documentor, not part of the original listing.
Processing expectations
Formatted inline. In verbatim environments like ProgramListing,
which are often presented in a fixed width font, they may get special
typographic treatment, such as italics.
If several LineAnnotations occur in the same listing, they
may be aligned horizontally.
Future Changes
The InterfaceDefinition
element will be discarded in DocBook V4.0. It will no longer be available
in the content model of this element.
ChildrenThe following elements occur in lineannotation:
abbrev, acronym, action, anchor, application, author, authorinitials, beginpage, citation, citerefentry, citetitle, classname, classsynopsis, cmdsynopsis, code, command, computeroutput, constant, constructorsynopsis, corpauthor, corpcredit, database, destructorsynopsis, email, emphasis, envar, errorcode, errorname, errortext, errortype, exceptionname, fieldsynopsis, filename, firstterm, footnote, footnoteref, foreignphrase, funcsynopsis, function, glossterm, guibutton, guiicon, guilabel, guimenu, guimenuitem, guisubmenu, hardware, indexterm, inlineequation, inlinegraphic, inlinemediaobject, interface, interfacename, keycap, keycode, keycombo, keysym, link, literal, markup, medialabel, menuchoice, methodname, methodsynopsis, modespec, mousebutton, nonterminal, olink, ooclass, ooexception, oointerface, option, optional, orgname, othercredit, parameter, personname, phrase, productname, productnumber, prompt, property, quote, remark, replaceable, returnvalue, revhistory, sgmltag, structfield, structname, subscript, superscript, symbol, synopsis, systemitem, token, trademark, type, ulink, uri, userinput, varname, wordasword, xref. Examples
The following example, from the description of Entry, shows
how LineAnnotation can be used to annotate a
Screen listing:
<!DOCTYPE screen PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<screen>
<entry> <lineannotation>Error, cannot have a line break before a block element</lineannotation>
<para>
A paragraph of text.
</para></entry>
</screen><entry> Error, cannot have a line break before a block element
<para>
A paragraph of text.
</para></entry>
For additional examples, see also
productionset.
|
 |