Skip to content
Snippets Groups Projects

Touch up TupleTool search

Merged Dillon Scott Fitzgerald requested to merge dillon/ttoolsearch_touchup into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -38,7 +38,7 @@ function FormatOutput({data}) {
{item[2] === "LoKi_functors" ? "LoKi__Hybrid__TupleTool" : item[2]}
<ul>
<li>
<strong>Variable name:</strong> {item[1][0]}
<strong>Variable name:</strong> {item[1]}
</li>
<li>
<strong>Definition:</strong> {item[0]}
@@ -55,7 +55,7 @@ function FormatOutput({data}) {
{item[2] === "LoKi_functors" ? "LoKi__Hybrid__TupleTool" : item[2]}
<ul>
<li>
<strong>Variable name:</strong> {item[1][0]}
<strong>Variable name:</strong> {item[1]}
</li>
<li>
<strong>Definition:</strong> {item[0]}
Loading