diff options
Diffstat (limited to 'docs/refman/templates')
| -rw-r--r-- | docs/refman/templates/args.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/refman/templates/args.mustache b/docs/refman/templates/args.mustache index f3ee84bc9..67cca2a51 100644 --- a/docs/refman/templates/args.mustache +++ b/docs/refman/templates/args.mustache @@ -13,7 +13,7 @@ </thead> <tbody class="nomargin"> {{#args}} - <tr> + <tr id="{{row-id}}"> <td style="white-space: nowrap; text-align: center; padding: 6px;"><code class="language-meson">{{name}}</code></td> <td style="white-space: revert; text-align: center; padding: 6px; word-wrap: break-word;">{{&type}}</td> <!-- This suboptimal formatting is required to ensure hotdoc correctly generates the HTML --> |
