# from Paul LeoNerd Evans
# on Monday 17 July 2006 05:51 am:
> I can put
>them back as, say, =head3 entries perhaps.. Would that be better?
I use an =head1 for the "Constructor", "Methods", "Functions",
"Functions that do Foo" and such sections and =head2 function_name for
each function. If you want =head3, then sure, but your "FUNCTIONS"
header is currently a child of "DESCRIPTION", so each function is a
grandchild of DESCRIPTION?
Aside: The other tricky part about =item is that it is far too easy to
forget to =over or =back.
--Eric
--
"Everything should be made as simple as possible, but no simpler."
--Albert Einstein
---------------------------------------------------
http://scratchcomputing.com
---------------------------------------------------