PasDoc supports the parameterless tags @nil, @true and @false to insert specially formatted text for 'nil', 'true' and 'false'. Currently this text is formatted as code (in a monospaced font).

Example:

{: This function returns @true on success, @false otherwise. } 
function SomeBoolFunc: boolean;

TrueFalseNilTag (last edited 2007-10-28 22:57:05 by localhost)