Skip to content

Commit

Permalink
[doc] Raise heading level of plugin option
Browse files Browse the repository at this point in the history
  • Loading branch information
gempa-jabe committed Jul 11, 2022
1 parent 697704f commit c6989d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build-doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ def print_usage(appname, output):
bindings_options += "\n.. _%s-%s-%s-label:\n\n" % (
app_name, cat, name)
bindings_options += "%s\n" % name
bindings_options += "%s\n\n" % ('^'*len(name))
bindings_options += "%s\n\n" % ('-'*len(name))
desc = xml_desc_lines(b)
if len(desc) > 0:
bindings_options += "\n".join(desc)
Expand Down

0 comments on commit c6989d0

Please sign in to comment.