Skip to content

Commit

Permalink
issue #9047 Support @param-taint in PHP (permit dashes in command ali…
Browse files Browse the repository at this point in the history
…ases?)

The documentation gave the warning:
```
doc/commands.doc:3461: error: Found unknown command '\LaTeX'
```
this was due to the fact that in the code there was:
```
\LaTex-only
```
and this is seen as a potential `ALIASES`
  • Loading branch information
albert-github committed Jul 16, 2022
1 parent 6222ce6 commit a3c2018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/commands.doc
Expand Up @@ -3458,7 +3458,7 @@ class Receiver

\b Note:
environment variables (like \$(HOME) ) are resolved inside a
\LaTeX-only block.
\LaTeX\-only block.

\sa sections \ref cmdrtfonly "\\rtfonly",
\ref cmdxmlonly "\\xmlonly",
Expand Down

0 comments on commit a3c2018

Please sign in to comment.