Pass to pasdoc --exclude-generator option to prevent including in the output various information about generating process. This information is not really important for real content of documentation (i.e. it's not important for the real "goodness" of pasdoc output).

This includes things such as

This information is excluded from every part of pasdoc's output:

This option is useful for our automated tests (see pasdoc sources, tests/ subdirectory). That's because the effect of this option is that if you generate documentation two times (for the same units, with the same command-line options) then you will get two times exactly the same output. Details such as pasdoc version, compiler used to compile pasdoc, and generation time will not accidentaly make each output of pasdoc different.

ExcludeGeneratorOption (last edited 2007-10-28 22:57:18 by localhost)