gw.gosudoc.doc.IGsDocHtmlWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gosu-doc Show documentation
Show all versions of gosu-doc Show documentation
Generates Javadoc-compatible documentation for Gosu projects
package gw.gosudoc.doc;
import java.io.File;
import java.util.List;
public interface IGsDocHtmlWriter
{
List getInputDirs();
void setInputDirs( List inputDirs );
File getOutput();
void setOutput( File output );
List getFilters();
void setFilters( List filters );
List getExternalDocs();
void setExternalDocs( List externalDocs );
Boolean getVerbose();
void setVerbose( Boolean verbose );
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy