diff options
author | Paul Wicking <[email protected]> | 2024-09-20 12:13:30 +0200 |
---|---|---|
committer | Paul Wicking <[email protected]> | 2024-09-23 11:40:19 +0000 |
commit | d6955069f2aabfd99dc43c0a90073c8bdb668a1b (patch) | |
tree | 5013840f24fb697b7399a01b825237bc56e7921e | |
parent | f70e4a49c9ca35c1c0ee62f188505868ff7027b3 (diff) |
Doc: Drop parentheses and fifth macro argument in offline '\grid'
The parenthesis ends up without content, and that looks confusing and
broken in e.g. Qt Assistant.
Fixes: QTBUG-129151
Change-Id: Ib616741bc0463e8bece481c2a37cd7c3992921ab
Reviewed-by: Topi Reiniƶ <[email protected]>
(cherry picked from commit 2c9968bee56373f36e6ceb616befdf2657f24859)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
(cherry picked from commit 0d58653758547595aad8485f42473bed9d15c46c)
Reviewed-by: Paul Wicking <[email protected]>
-rw-r--r-- | doc/global/grid.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/global/grid.qdocconf b/doc/global/grid.qdocconf index 32b7b2a3cbc..c055d056c48 100644 --- a/doc/global/grid.qdocconf +++ b/doc/global/grid.qdocconf @@ -45,7 +45,7 @@ macro.detailedgriditem = \ " </li>\n" \ " \\endraw\n" \ "\\else\n" \ -" \\row \\li \\l {\1}{\2} \\li (\5) \3\n" \ +" \\row \\li \\l {\1}{\2} \\li \3\n" \ "\\endif\n" macro.endgrid = \ |