diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-09-07 22:42:23 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-09-07 22:42:23 -0700 |
commit | c762564bd754884e847922c99172076fde4d646e (patch) | |
tree | 52b51d72a8e0bf29c94f5c01c13f098399830082 /html/072recipe.cc.html | |
parent | 1a62e61df42bfdf001010700c1e1042c67d62ec2 (diff) | |
download | mu-c762564bd754884e847922c99172076fde4d646e.tar.gz |
4539
Diffstat (limited to 'html/072recipe.cc.html')
-rw-r--r-- | html/072recipe.cc.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/html/072recipe.cc.html b/html/072recipe.cc.html index 2d8b05b2..70743be3 100644 --- a/html/072recipe.cc.html +++ b/html/072recipe.cc.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Mu - 072recipe.cc</title> -<meta name="Generator" content="Vim/7.4"> +<meta name="Generator" content="Vim/8.0"> <meta name="plugin-version" content="vim7.4_v2"> <meta name="syntax" content="cpp"> <meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy="> @@ -15,18 +15,18 @@ body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.SalientComment { color: #00ffff; } +.LineNr { color: #444444; } .Constant { color: #00a0a0; } -.Special { color: #c00000; } .muRecipe { color: #ff8700; } -.SalientComment { color: #00ffff; } -.Comment { color: #9090ff; } -.Comment a { color:#0000ee; text-decoration:underline; } .Delimiter { color: #800080; } -.LineNr { color: #444444; } +.Special { color: #c00000; } .Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } -.traceContains { color: #008000; } +.Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } .cSpecial { color: #008000; } +.traceContains { color: #008000; } --> </style> @@ -119,7 +119,7 @@ if ('onhashchange' in window) { <span id="L56" class="LineNr"> 56 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [ <span id="L57" class="LineNr"> 57 </span> local-scope <span id="L58" class="LineNr"> 58 </span> <span class="Normal">a</span>:<span class="Normal">bool</span><span class="Special"> <- </span>equal <span class="Identifier">break</span> <span class="Constant">0</span> -<span id="L59" class="LineNr"> 59 </span> <span class="Normal">break</span>:<span class="Normal">bool</span><span class="Special"> <- </span>copy <span class="Constant">0</span> +<span id="L59" class="LineNr"> 59 </span> <span class="Identifier">break</span>:<span class="Normal">bool</span><span class="Special"> <- </span>copy <span class="Constant">0</span> <span id="L60" class="LineNr"> 60 </span>] <span id="L61" class="LineNr"> 61 </span><span class="traceContains">+error: <a href='000organization.cc.html#L113'>main</a>: missing type for 'break' in 'a:bool <- equal break, 0'</span> <span id="L62" class="LineNr"> 62 </span> |