================
@@ -12,5 +12,12 @@
                 </li>
             </ul>
         </div>
+        {{#HasContexts}}
+        <div class="navbar-breadcrumb-container">
+            {{#Contexts}}
+            <div class="navbar-breadcrumb-item"><a 
href="{{RelativePath}}{{DocumentationFileName}}.html">{{Name}}</a></div>{{^End}}&rarr;{{/End}}
----------------
petrhosek wrote:

This is just a nit, but I was wondering if there's a better separator than `→`? 
The best alternative I came up with so far is `::` since that actually used by 
the language...

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

Reply via email to