Skip to content

Commit

Permalink
Add missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Jun 26, 2024
1 parent 0296570 commit 9e986ba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import eu.iamgio.quarkdown.pipeline.error.PipelineErrorHandler
* @param wrapOutput whether the rendered code should be wrapped in a template code.
* For example, an HTML wrapper may add `<html><head>...</head><body>...</body></html>`,
* with the actual content injected in `body`
* @param errorHandler the error handler strategy to use when an error occurs in the pipeline,
* during the processing of a Quarkdown file
*/
data class PipelineOptions(
val prettyOutput: Boolean = false,
Expand Down

0 comments on commit 9e986ba

Please sign in to comment.