generatePdfDocumentation

fun generatePdfDocumentation(file: File)

Generate PDF documentation. Can be called from Groovy code.

Parameters

file

to save in

Throws

IOException

on file operation


fun generatePdfDocumentation(file: File, layouts: List<Layout>)

Generate PDF documentation. Can be called from Groovy code.

Parameters

file

to generate the documentation in

layouts

to include in the documentation

Throws

IOException

by problems with the file


Generate PDF documentation. Can be called from Groovy code.

Parameters

expose

is the specification of the content

Throws

IOException

by problems with the file