about summary refs log tree commit diff stats
path: root/html/048call_variable.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-23 15:25:47 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-23 15:25:47 -0700
commitb3f44d64c453814d1a04804a3f2c2d1fbdfa8899 (patch)
treeba39c87328def510d82c2e9871bd246ce72f4bbd /html/048call_variable.cc.html
parentdbe124108b7a3529feeeba91339928c4ac737072 (diff)
downloadmu-b3f44d64c453814d1a04804a3f2c2d1fbdfa8899.tar.gz
1632
Diffstat (limited to 'html/048call_variable.cc.html')
-rw-r--r--html/048call_variable.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/048call_variable.cc.html b/html/048call_variable.cc.html
index 6bbbc545..225ee513 100644
--- a/html/048call_variable.cc.html
+++ b/html/048call_variable.cc.html
@@ -18,7 +18,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; }
 .Comment { color: #9090ff; }
 .Delimiter { color: #a04060; }
 .Special { color: #ff6060; }
-.Comment { color: #9090ff; }
+.CommentedCode { color: #6c6c6c; }
 .Identifier { color: #804000; }
 -->
 </style>
n152'>152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195