diff --git a/docs/manual/_quarto.yml b/docs/manual/_quarto.yml index 58f7b8e..d2bd773 100644 --- a/docs/manual/_quarto.yml +++ b/docs/manual/_quarto.yml @@ -24,8 +24,8 @@ book: - part: "Command-line Utility" chapters: - command-line/options.qmd - - command-line/samples.qmd - command-line/examples.qmd + - command-line/samples.qmd - part: "Additional Features" chapters: - suppression.qmd diff --git a/docs/manual/command-line/samples.qmd b/docs/manual/command-line/samples.qmd index 6c67ce2..bf0a50e 100644 --- a/docs/manual/command-line/samples.qmd +++ b/docs/manual/command-line/samples.qmd @@ -1,4 +1,4 @@ -# Sample Output +# Reviewing Output After building, go into the "bin" folder and run this command to analyze the sample file: diff --git a/docs/manual/suppression.qmd b/docs/manual/suppression.qmd index b10cf84..1ec1034 100644 --- a/docs/manual/suppression.qmd +++ b/docs/manual/suppression.qmd @@ -13,7 +13,6 @@ if (_debug && allocFailed) This will prevent a warning from being emitted about "Allocation failed" not being available for localization. ::: {.notesection data-latex=""} -The comment style of the begin and end tags must match. For example, if using multiline comments -(i.e., `/**/`), then `i18n-check-suppress-begin` and its matching `i18n-check-suppress-end` must be -inside of `/**/` blocks. +The comment style of the begin and end tags must match. For example, if using multi-line comments +(i.e., `/**/`), then both tags must be inside of `/**/` blocks. ::: \ No newline at end of file