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;