NaturalDocs:: Languages:: Ada

NaturalDocs::Languages::Ada

A subclass to handle the language variations of Pascal and Delphi.

Summary
A subclass to handle the language variations of Pascal and Delphi.
Ada’s syntax uses the semicolons and commas parameter style shown below, yet also uses semicolons to end function prototypes.

EndOfPrototype

sub EndOfPrototype #(type,
stringRef,
falsePositives)

Ada’s syntax uses the semicolons and commas parameter style shown below, yet also uses semicolons to end function prototypes.

function MyFunction( param1: type; param2, param3: type; param4: type);

This function creates the false positives necessary to support this.

A class containing the characteristics of a particular programming language for basic support within Natural Docs.
sub EndOfPrototype #(type,
stringRef,
falsePositives)
Ada’s syntax uses the semicolons and commas parameter style shown below, yet also uses semicolons to end function prototypes.