A series of tests that must be true before generation can be done.
A series of tests that must be true before generation can be done. This is used by data provider traits to confirm that they have been correctly initialised before allowing generation to proceed.
Outputs documentation (as a side effect).
Custom Scaladoc generators must implement the
Generatorclass. A custom generator can be selected in Scaladoc using the-doc-generatorcommand line option. TheGeneratorclass does not provide data about the documented code. A number of data provider traits can be used to configure what data is actually available to the generator:Universerprovides aUniversedata structure representing the interfaces and comments of the documented program.Indexerprovides precalculated indexing information about a universe. To implement this class only requires defining methodgenerateImpl.