Changed @itemize{...} to @itemize[...] (done after comparing the doc

tree and verifying that there are no changes).
(Also fixed a few bugs that were in the code)

svn: r14427

original commit: c0a8a0122200209e38dff1959d79b58f847814db
This commit is contained in:
Eli Barzilay 2009-04-05 17:46:20 +00:00
parent 799e0d9364
commit 763a0aac0e

View File

@ -40,7 +40,7 @@ this table looks like:
Where actual numbers appear in the printout. The meaning of the Where actual numbers appear in the printout. The meaning of the
numbers and labels is as follows: numbers and labels is as follows:
@itemize{ @itemize[
@item{@tt{A} --- the name of the function that this node represents, @item{@tt{A} --- the name of the function that this node represents,
followed by the source location for the function if it is known. followed by the source location for the function if it is known.
The name can be ``???'' for functions with no identifier, but in The name can be ``???'' for functions with no identifier, but in
@ -87,7 +87,7 @@ numbers and labels is as follows:
These values correspond to the @scheme[edge-caller-time] and These values correspond to the @scheme[edge-caller-time] and
@scheme[edge-callee-time] fields; see the documentation for further @scheme[edge-callee-time] fields; see the documentation for further
details.} details.}
} ]
The function has a few keyword arguments to customize its output: The function has a few keyword arguments to customize its output:
@itemize[ @itemize[