AutoDoc



Root

Index

Example text


/**+
@NODE Example
@TITLE Example
This is documentation item for AutoDoc method Fatal
( for example ).
*/
static void Fatal( String msg )
/*-
Prints post mortal message to standard output and
terminates program.

@TABLE Parameters
@ITEM msg
Text of post mortal message
@ENDTABLE

Returns nothing.
*/
{
    System.out.println ( "FATAL ERROR :" + msg );
    System.exit( -1 );
}

AutoDoc v1.0.
e-mail: Navernyuk@iName.com