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

Name Description
Class TClass1  
Record TMyRecord  
Record TMyRecord2  
Record TMyRecord3  

Functions and Procedures

procedure MyProc;

Types

TMySimpleType = Integer;

Constants

MyConst = 9;

Variables

MyVariable: Integer;

Description

Functions and Procedures

procedure MyProc;
 

Types

TMySimpleType = Integer;
 

Constants

MyConst = 9;
 

Variables

MyVariable: Integer;