[fpc-pascal] fpdoc and tab characters

Michael Van Canneyt michael at freepascal.org
Mon Feb 13 15:48:06 CET 2012



On Mon, 13 Feb 2012, Mattias Gaertner wrote:

> 
> Hi,
> 
>  
> 
> How are tab characters handled by fpdoc and its output formats?
>

Depends on the output format.

See escapetext in the writer descendents.

     Function  EscapeText(S : String) : String; override;

Michael.


More information about the fpc-pascal mailing list