about summary refs log tree commit diff stats
path: root/html/000organization.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-11-29 14:18:52 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-11-29 14:18:52 -0800
commitdb1f56c8449d2ea3d158753fe37bac5a750a2566 (patch)
tree508a24c522c040498dbe7d60036035f3c4ae440a /html/000organization.cc.html
parent3670fb87f6d38c9ba4fcbb1eaa6439b4007a194e (diff)
downloadmu-db1f56c8449d2ea3d158753fe37bac5a750a2566.tar.gz
2611
Diffstat (limited to 'html/000organization.cc.html')
-rw-r--r--html/000organization.cc.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/000organization.cc.html b/html/000organization.cc.html
index bbc09e8d..a3822fb5 100644
--- a/html/000organization.cc.html
+++ b/html/000organization.cc.html
@@ -136,6 +136,7 @@ int main<span class="Delimiter">(</span>int argc<span class="Delimiter">,</span>
 
   <span class="Comment">// End One-time Setup</span>
 
+  <span class="Comment">// Commandline Parsing</span>
   <span class="Comment">// End Commandline Parsing</span>
 
   <span class="Identifier">return</span> <span class="Constant">0</span><span class="Delimiter">;</span>  <span class="Comment">// End Main</span>