Skip to content

Commit

Permalink
docs(asciidoc): Slightly improve docs of PdfTemplateReporter
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
  • Loading branch information
mnonnenmacher committed Nov 9, 2024
1 parent 88aa4a0 commit 283689b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ data class PdfTemplateReporterConfig(
/**
* A [Reporter] that creates PDF files using a combination of [Apache Freemarker][1] templates and [AsciiDoc][2]
* with [AsciidoctorJ][3] as Java interface and [AsciidoctorJ PDF][4] as PDF file generator.
* For each Freemarker template provided using the options described below a separate intermediate file is created
* For each Freemarker template provided using the options described below, a separate intermediate file is created
* that can be processed by AsciidoctorJ. If no options are provided, the "disclosure_document" template is used, and if
* security vulnerability information is available also the "vulnerability_report" template.
*
* After the intermediate files are generated, they are processed by AsciidoctorJ PDF.
* After the intermediate files are generated, they are processed by AsciidoctorJ PDF.
* A PDF theme can be handed over to AsciidoctorJ PDF in which properties like fonts or images displayed in the PDF can
* be adjusted; see the [Theme Guide][5].
* The path to this theme can be set in the options as described below.
Expand Down

0 comments on commit 283689b

Please sign in to comment.