Skip to content

Commit a3c2018

Browse files
committed
issue #9047 Support @param-taint in PHP (permit dashes in command aliases?)
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`
1 parent 6222ce6 commit a3c2018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/commands.doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3458,7 +3458,7 @@ class Receiver
34583458

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

34633463
\sa sections \ref cmdrtfonly "\\rtfonly",
34643464
\ref cmdxmlonly "\\xmlonly",

0 commit comments

Comments
 (0)