From 763a0aac0e2416b3bfc595d17aad96a4c50d3d80 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 5 Apr 2009 17:46:20 +0000 Subject: [PATCH] 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 --- collects/profile/scribblings/renderers.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/profile/scribblings/renderers.scrbl b/collects/profile/scribblings/renderers.scrbl index b00bd96..3759c54 100644 --- a/collects/profile/scribblings/renderers.scrbl +++ b/collects/profile/scribblings/renderers.scrbl @@ -40,7 +40,7 @@ this table looks like: Where actual numbers appear in the printout. The meaning of the numbers and labels is as follows: -@itemize{ +@itemize[ @item{@tt{A} --- the name of the function that this node represents, followed by the source location for the function if it is known. 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 @scheme[edge-callee-time] fields; see the documentation for further details.} -} +] The function has a few keyword arguments to customize its output: @itemize[