modules: Truncate configure options comment in tcl modules to 8192 ch… (#42054)

This commit is contained in:
Victor Brunini
2024-01-11 21:05:56 -08:00
committed by GitHub
parent 563c481bc0
commit 2c6be31bde

View File

@@ -4,7 +4,7 @@
## {{ spec.short_spec }} ## {{ spec.short_spec }}
## ##
{% if configure_options %} {% if configure_options %}
## Configure options: {{ configure_options }} ## Configure options: {{ configure_options | wordwrap(8192 - 23, True, "\n## ", 0) }}
## ##
{% endif %} {% endif %}