]> granicus.if.org Git - graphviz/commitdiff
Remove no-op bool case
authorMark Hansen <markhansen@google.com>
Wed, 21 Oct 2020 11:09:06 +0000 (22:09 +1100)
committerMark Hansen <markhansen@google.com>
Wed, 21 Oct 2020 11:09:06 +0000 (22:09 +1100)
It behaved the same as the 'else'

doc/infosrc/templates/attrs.html.j2

index 42df96268bb7c40ab23c8a10f59f44796db9e71f..a0fe146926fe9717462a816e908598825f77cfcd 100644 (file)
@@ -91,9 +91,7 @@ of the layout programs.
     {%- endif -%}
     {%- if kind in ['double', 'int', 'string'] -%}
       {{ kind }}
-    {%- elif kind == 'bool' -%}
-      <A HREF="#k:bool">bool</A>
-    {% else -%}
+    {%- else -%}
       <A HREF="#k:{{kind}}">{{kind}}</A>
     {% endif -%}
   {%- endfor -%}