aboutsummaryrefslogtreecommitdiff
path: root/build2/operation
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-30 12:28:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-30 12:28:33 +0200
commit46f5d01e4f61cfba9e0f4bc7ecc59891c53ca8ec (patch)
tree9937800abbc5c50d0aa819d4956231262d7c1522 /build2/operation
parent9f0bac92ada2a83e3a438e3fef28a6ed867710de (diff)
Add option documentation, reorganize things
Diffstat (limited to 'build2/operation')
-rw-r--r--build2/operation5
1 files changed, 3 insertions, 2 deletions
diff --git a/build2/operation b/build2/operation
index 7b1dd70..c5af3ed 100644
--- a/build2/operation
+++ b/build2/operation
@@ -109,8 +109,9 @@ namespace build2
const meta_operation_id disfigure_id = 3;
const meta_operation_id dist_id = 4;
- // The default operation is a special marker that can be used to
- // indicate that no operation was explicitly specified by the user.
+ // The default operation is a special marker that can be used to indicate
+ // that no operation was explicitly specified by the user. If adding
+ // something here remember to update the man page.
//
const operation_id default_id = 1; // Shall be first.
const operation_id update_id = 2;