================
@@ -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}}
----------------
evelez7 wrote:

I think that could be a good choice since this in the language's context. [See 
Celerity's 
documentation](https://celerity.github.io/docs/api/records/94DE1387475BB9C3/) 
where `::` is used for language scopes and → is reserved for site context.

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