about summary refs log tree commit diff stats
path: root/build0
diff options
context:
space:
mode:
Diffstat (limited to 'build0')
-rwxr-xr-xbuild02
1 files changed, 1 insertions, 1 deletions
diff --git a/build0 b/build0
index 2cc4766d..7c1c176f 100755
--- a/build0
+++ b/build0
@@ -36,7 +36,7 @@ cd ..
 # auto-generate function declarations, so I can define them in any order
 # functions start out unindented, have all args on the same line, and end in ') {'
 #
-#                                      \/ ignore methods
+#                                      \/ ignore struct/class methods
 grep -h "^[^[:space:]#].*) {$" mu.cc  |grep -v ":.*("  |sed 's/ {.*/;/'  > function_list
 # auto-generate list of tests to run
 grep -h "^\s*void test_" mu.cc  |sed 's/^\s*void \(.*\)() {.*/\1,/'  > test_list