[JEDI.NET discuss] Documentation
Status: Pre-Alpha
Brought to you by:
jedi_mbe
|
From: Marcel B. <mar...@xs...> - 2004-11-26 10:13:24
|
Hi all,
I've been working on the documentation again yesterday, adding the
new stuff and partially documented them.
The skeleton generation tool had a nasty bug regarding nested
types, for which the internal classes Delphi generates were not properly
removed. In addition, the tool now accepts the <exclude /> tag as proper
documentation (needed to exclude the strict protected constructor's of
utility classes that will never be instantiated anyway).
In the "tools/docs/ndoc patch" folder in CVS you'll find a patched
ReflectionEngine.cs file for ndoc 1.3. It will accept the Borland
packages (without throwing an exception every time), skip the standard
methods Delphi inserts, as well as the Unit class and the internally
generated meta classes. This allows ndoc to build a help file
(finally!). Now I still need to look at the xslt files to see if I can
add Object Pascal syntax generation.
--
Marcel Bestebroer (Team JEDI) http://delphi-jedi.org
Project JEDI Help coordinator
JEDI.NET team coordinator
|