From 9570363aec35e187e2395b1760a4b94e71580ac9 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 29 Jul 2015 15:55:05 -0700 Subject: 1885 --- html/000organization.cc.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'html/000organization.cc.html') diff --git a/html/000organization.cc.html b/html/000organization.cc.html index b882e19c..641dae8c 100644 --- a/html/000organization.cc.html +++ b/html/000organization.cc.html @@ -13,12 +13,11 @@ pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-color: #080808; } body { font-family: monospace; color: #eeeeee; background-color: #080808; } * { font-size: 1.05em; } -.Delimiter { color: #a04060; } -.Normal { color: #eeeeee; background-color: #080808; padding-bottom: 1px; } +.Identifier { color: #804000; } .Comment { color: #9090ff; } .Constant { color: #00a0a0; } .PreProc { color: #c000c0; } -.Identifier { color: #804000; } +.Delimiter { color: #a04060; } --> @@ -132,7 +131,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } // Globals // End Globals -int main(int argc, char* argv[]) { +int main(int argc, char* argv[]) { atexit(teardown); // End One-time Setup @@ -149,11 +148,11 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } //: Without directives or with the :(code) directive, lines get added at the //: end. :(code) -void setup() { +void setup() { // End Setup } -void teardown() { +void teardown() { // End Teardown } -- cgit 1.4.1-2-gfad0