Web Development
idldoc.txt
Associated article: idldoc: Automatic Documentation for CORBA IDL
Tags: Web Development
Published source code accompanying the article by Ernest J. Friedman-hill and Robert A. Whiteside in which they present Idldoc. Idldoc reads in IDL, the OMG's "Interface Description Language", source and generates a set of HTML pages that document the interfaces described in the IDL. Because idldoc understands the entire IDL language, its output reflects an understanding of the all entities.
_idldoc: Automatic Documentation for CORBA IDL_ by Ernest J. Friedman-hill and Robert A. Whiteside Example 1: /** The pressure of the system in atmospheres. @see PressurePsia */ readonly attribute double PressureAtm; Listing One /** * If mass is an input, then you may set it ...


