================
@@ -7,7 +7,7 @@
 }}
 <div id="{{USR}}" class="delimiter-container">
     <div>
-        <pre><code class="language-cpp code-clang-doc">enum 
{{Name}}</code></pre>
+        <pre><code class="language-cpp code-clang-doc">enum 
{{Name}}{{#BaseType}} : {{Type.Name}}{{/BaseType}}</code></pre>
----------------
evelez7 wrote:

Do you need a nested object here? If you call `{{Name}}` inside the 
`{{#BaseType}}` tag it should select the `BaseType`'s name.

https://github.com/llvm/llvm-project/pull/181347
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to