Natural Docs Version 1.2 |
NaturalDocs:: ConfigFileA package to manage some of the shared functionality needed for Natural Docs’ configuration files. Usage
Summary
errors
An array of errors added by AddError(). Every odd entry is the line number, and every even entry following is the error message. Unobscure
Restores text encoded with Obscure() and returns it. |
my $file |
my @errors |
| ||||||||||
sub StartingParseOf #(file) |
sub Obscure #(text) |
sub Unobscure #(text) |
sub ErrorCount |
sub HandleErrors |