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>2016-10-22 16:27:36 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-22 16:27:36 -0700
commitc02478c4010d54acfaed0318a2c2c689b468e92e (patch)
tree8cdc5a15f685e4ef27205a59306f5781a10b3899 /html/000organization.cc.html
parent6a9d8191dfb5606f8d3630375f3ec045bd534ba3 (diff)
downloadmu-c02478c4010d54acfaed0318a2c2c689b468e92e.tar.gz
3558
Diffstat (limited to 'html/000organization.cc.html')
-rw-r--r--html/000organization.cc.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/000organization.cc.html b/html/000organization.cc.html
index 9128bdd0..35bb2a25 100644
--- a/html/000organization.cc.html
+++ b/html/000organization.cc.html
@@ -126,16 +126,16 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 <span class="Comment">// Types</span>
 <span class="Comment">// End Types</span>
 
-<span class="Comment">// Prototypes are auto-generated in the makefile; define your functions in any</span>
-<span class="Comment">// order. Just be sure to declare each function header all on one line. Our</span>
-<span class="Comment">// auto-generation scripts are too minimal and simple-minded to handle</span>
+<span class="Comment">// Prototypes are auto-generated in the 'build' script; define your functions</span>
+<span class="Comment">// in any order. Just be sure to declare each function header all on one line.</span>
+<span class="Comment">// Our auto-generation scripts are too minimal and simple-minded to handle</span>
 <span class="Comment">// anything else.</span>
 <span class="PreProc">#include </span><span class="Constant">&quot;function_list&quot;</span>  <span class="Comment">// by convention, files ending with '_list' are auto-generated</span>
 
 <span class="Comment">// Globals</span>
 <span class="Comment">//</span>
 <span class="Comment">// All statements in this section should always define a single variable on a</span>
-<span class="Comment">// single line. The makefile will simple-mindedly auto-generate extern</span>
+<span class="Comment">// single line. The 'build' script will simple-mindedly auto-generate extern</span>
 <span class="Comment">// declarations for them. Don't forget to define (not just declare) constants</span>
 <span class="Comment">// with extern linkage in this section, since C++ global constants have</span>
 <span class="Comment">// internal linkage by default.</span>