Unit ok_nodescription_printing
Description
pasdoc's LaTeX documentation of this unit omitted many things before revision 1.20 of PasDoc_GenLatex.pas. Html docs were ok.
I explained why omitting docs for things that don't have any documentation comment is bad in the letter "Fix for LaTeX genetator omitting some things" [http://sourceforge.net/mailarchive/forum.php?thread_id=6948809&forum_id=4647]
Now, all identifiers in this unit should be visible in LaTeX documentation (and in html output too, of course).
Overview
Classes, Interfaces, Objects and Records
Class TClass1 |
|
Record TMyRecord |
|
Record TMyRecord2 |
This record has a description, but still LaTeX output will not list it in it's summary list (in the "Overview" section). |
Record TMyRecord3 |
|
Functions and Procedures
Types
Constants
Variables
Description
Functions and Procedures
procedure MyProc; |
|
This item has no description. |
Types
TMySimpleType = Integer; |
|
This item has no description. |
Constants
MyConst = 9; |
|
This item has no description. |
Variables
MyVariable: Integer; |
|
This item has no description. |