Skip to content

Commit

Permalink
Minor help edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Sep 26, 2024
1 parent 77c8dd0 commit a20ca33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/manual/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/command-line/samples.qmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sample Output
# Reviewing Output

After building, go into the "bin" folder and run this command to analyze the sample file:

Expand Down
5 changes: 2 additions & 3 deletions docs/manual/suppression.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::

0 comments on commit a20ca33

Please sign in to comment.