From c02478c4010d54acfaed0318a2c2c689b468e92e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 22 Oct 2016 16:27:36 -0700 Subject: 3558 --- html/000organization.cc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/000organization.cc.html') 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 // Types // End Types -// Prototypes are auto-generated in the makefile; define your functions in any -// order. Just be sure to declare each function header all on one line. Our -// auto-generation scripts are too minimal and simple-minded to handle +// Prototypes are auto-generated in the 'build' script; define your functions +// in any order. Just be sure to declare each function header all on one line. +// Our auto-generation scripts are too minimal and simple-minded to handle // anything else. #include "function_list" // by convention, files ending with '_list' are auto-generated // Globals // // All statements in this section should always define a single variable on a -// single line. The makefile will simple-mindedly auto-generate extern +// single line. The 'build' script will simple-mindedly auto-generate extern // declarations for them. Don't forget to define (not just declare) constants // with extern linkage in this section, since C++ global constants have // internal linkage by default. -- cgit 1.4.1-2-gfad0