Skip to content

Commit

Permalink
Doc: Drop parentheses and fifth macro argument in offline '\grid'
Browse files Browse the repository at this point in the history
The parenthesis ends up without content, and that looks confusing and
broken in e.g. Qt Assistant.

Fixes: QTBUG-120151
Pick-to: 6.8.0 6.8
Change-Id: Ib616741bc0463e8bece481c2a37cd7c3992921ab
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
  • Loading branch information
DocWicking committed Sep 20, 2024
1 parent e01ba18 commit 2c9968b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/global/grid.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = \
Expand Down

0 comments on commit 2c9968b

Please sign in to comment.