[Laszlo-dev] Doc question
P T Withington
ptw at pobox.com
Thu Jul 5 05:00:43 PDT 2007
I am writing a class LzFormatter that will have a singleton instance
LzFormat to make formatToString available in the LFC without the
debugger. What's the proper way to document this? I have
documentation on the formatToString method in the class, but the user
API is LzFormat.formatToString.
[Alternatively, I could make LzFormatter a mixin, and mix it into
both the debugger and LzText, but right now the debugger is not
written as a class, so this is the path of least resistance.]
More information about the Laszlo-dev
mailing list