From: Mark Hansen Date: Wed, 21 Oct 2020 11:09:06 +0000 (+1100) Subject: Remove no-op bool case X-Git-Tag: 2.46.0~20^2^2~27^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e520c828b2cd6c0f3d24e1d727e5e02234e06f7d;p=graphviz Remove no-op bool case It behaved the same as the 'else' --- diff --git a/doc/infosrc/templates/attrs.html.j2 b/doc/infosrc/templates/attrs.html.j2 index 42df96268..a0fe14692 100644 --- a/doc/infosrc/templates/attrs.html.j2 +++ b/doc/infosrc/templates/attrs.html.j2 @@ -91,9 +91,7 @@ of the layout programs. {%- endif -%} {%- if kind in ['double', 'int', 'string'] -%} {{ kind }} - {%- elif kind == 'bool' -%} - bool - {% else -%} + {%- else -%} {{kind}} {% endif -%} {%- endfor -%}