Generates the documentation for a standard.
It's probably wise for doc generators to override this method so they have control over how the docs are produced. Otherwise, the processSniff method should be overridden to output content for each sniff.
Overridden in child classes as:
- PHP_CodeSniffer_DocGenerators_HTML::generate()
- Generates the documentation for a standard.
array(string) getStandardFiles(
)
|
|
Returns a list of paths to XML standard files for all sniffs in a standard.
Any sniffs that do not have an XML standard file are obviously not included in the returned array. If documentation is only being generated for some sniffs (ie. $this->_sniffs is not empty) then all others sniffs will be filtered from the results as well.