about summary refs log tree commit diff stats
path: root/html/apps/ex1.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-03-05 18:29:00 -0800
committerKartik Agaram <vc@akkartik.com>2020-03-05 18:29:00 -0800
commit0657fc16ab8d8f86d84b52a8998715c32bc78eb9 (patch)
treee35636383b3fbfd5a8c5eea97514679d77c721c1 /html/apps/ex1.mu.html
parent16962ee4682269736b281205abadf1aa6340237d (diff)
downloadmu-0657fc16ab8d8f86d84b52a8998715c32bc78eb9.tar.gz
6081 - ctags for .mu files
Diffstat (limited to 'html/apps/ex1.mu.html')
-rw-r--r--html/apps/ex1.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/apps/ex1.mu.html b/html/apps/ex1.mu.html
index 3fdf8664..10d019b0 100644
--- a/html/apps/ex1.mu.html
+++ b/html/apps/ex1.mu.html
@@ -65,7 +65,7 @@ if ('onhashchange' in window) {
 <span id="L8" class="LineNr"> 8 </span><span class="Comment">#   $ echo $?</span>
 <span id="L9" class="LineNr"> 9 </span><span class="Comment">#   42</span>
 <span id="L10" class="LineNr">10 </span>
-<span id="L11" class="LineNr">11 </span><span class="PreProc">fn</span> <a href='../mu-init-test.subx.html#L7'>main</a><span class="PreProc"> -&gt; </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
+<span id="L11" class="LineNr">11 </span><span class="PreProc">fn</span> main<span class="PreProc"> -&gt; </span>result/<span class="Constant">ebx</span>: int <span class="Delimiter">{</span>
 <span id="L12" class="LineNr">12 </span>  result <span class="Special">&lt;-</span> copy <span class="Constant">0x2</span>a  <span class="Comment"># Mu requires hexadecimal</span>
 <span id="L13" class="LineNr">13 </span><span class="Delimiter">}</span>
 </pre>