-h | help
| prints a list of command line options.
|
-i | interactive
| asks for each output file as well as for the documentation whether to write it or not.
|
-f | force
| forces the (over-)writing of all generated files.
|
-d | no documentation
| suppresses the generation of the documentation.
|
-o | no output file
| suppresses the generation of any program file with the exception
of the documentation.
|
-s | ssilent
| suppresses the printing of the version of WebWeb, which is done by default.
|
-N docfileName | Name
| writes the documentation to docfilename.
|
filename |
| the name of the source file. Must have extension .ww .
|
@S{ formatting string
| string which is copied at the very beginning of each scrap
|
@S} formatting string
| string which written at the end of each scrap
|
@H| formatting string
| string to format the header of a scrap
|
@B{ formatting string
| this string is printed between the header and the body of
a scrap.
|
@B} formatting string
| this string is printed between the body of a scrap and the
defining strings appended to it.
|
@M{ formatting string
| string for the special formatting of a macro call inside a scrap.
|
@M| formatting string
| string to format the list of numbers listed
after a macro call inside a scrap.
|
@M} formatting string
| string to end the special formatting of a macro call inside a scrap.
|
@D| formatting string
| string to format the line which is attached to each
scrap and holds the numbers of scraps defining the current
macro. (Includes the string: Also defined in:)
|
@R| formatting string
| string to format the line which is attached to each
scrap and holds the number of scraps referencing the current
macro. (Includes the string: Scrap is referenced in:)
|
@N| formatting string
| string to format each scrap number in a list of numbers. Used if a list of scrap numbers
in the strings @R| and @D| are wanted.
|
@K| formatting string
| character (string) to separate each number in a list of numbers. Usually a comma.
|
@L{ formatting string
| this string is printed at the beginning of each list
indicated by @f, @m, or @u .
|
@L| formatting string
| the format for each list entry consisting of the appropriate
name and the accompanying list of scrap numbers.
|
@L} formatting string
| this string is printed at the end of each list
indicated by @f, @m, or @u .
|
@lt formatting string
| this string contains the special character "<"
in the format it
should be displayed inside a scrap. It is also used to mark the
beginning of a macro call.
|
@gt formatting string
| this contains the special character ">" in the format it
should be displayed inside a scrap. It is also used to end a macro call.
|
@S{
| <P CLASS="clsScrpStrt"> </P>
|
@S}
| <P CLASS="clsScrpEnd"> </P>
|
@H|
| <H4 CLASS="clsScrpHd"><A CLASS="clsScrpHdA" NAME="scrap scrapnumber">« scrapname » scrapnumber</A></H4>
|
@B{
| empty
|
@B}
| </PRE>
|
@M{
| <<CODE CLASS="clsMcrCll">
|
@M|
| :</CODE>list of numbers
|
@M}
| >
|
@D|
| <P CLASS="clsScrpDf">Also defined in: list of numbers </P>
|
@R|
| <P CLASS="clsScrpRf">Scrap referenced in: list of numbers </P>
|
@N|
| <A CLASS="clsScrpNumHrf" HREF="#scrap scrapnumber">scrapnumber</A>
|
@K|
| ,
|
@L{
| <TABLE CLASS="clsTbl">
|
@L|
| <TR><TD CLASS="clsTblNm">scrapname : <TD CLASS="clsTblEntry">list of numbers
|
@L}
| </TABLE>
|
@lt
| <
|
@gt
| >
|
@S{
| {\vspace*{-1ex} \begin{flushleft}
|
@S}
| \end{flushleft} }
|
@H|
| {\bf $\langle$ scrapname scrapnumber $\rangle$ }
|
@B{
| \vspace*{-2ex} \begin{quote}
|
@B}
| \end{quote} \vspace*{-6ex} $\diamond$ \newline
|
@M{
| @ $\langle$ {\bf
|
@M|
| } : {\small list of numbers}
|
@M}
| $\rangle$ \verb@
|
@D|
| {\small \it Also defined in: list of numbers }\\
|
@R|
| {\small \it Scrap referenced in: list of numbers }\\
|
@N|
| scrapnumber
|
@K|
| ,
|
@L{
| \begin{description}
|
@L|
| \item[scrapname: ] list of numbers \vspace{-2ex}
|
@L}
| \vspace*{2ex} \end{description}
|
@lt
| $\langle$
|
@gt
| $\rangle$
|