diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-08-03 09:23:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-08-03 09:23:44 +0200 |
commit | d7b3619dad84f4f24aa3ab6629246a3324bdc2cd (patch) | |
tree | 22e62acade70d5b3d6c80137134fe7addbafad45 /libbuild2/bin | |
parent | 54a0c41081f2bfd11054c3e7456b6ab4a915f28f (diff) |
Document target types in manual (GH issue #309)
Diffstat (limited to 'libbuild2/bin')
-rw-r--r-- | libbuild2/bin/init.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/bin/init.cxx b/libbuild2/bin/init.cxx index 05a9c60..27e0b77 100644 --- a/libbuild2/bin/init.cxx +++ b/libbuild2/bin/init.cxx @@ -466,6 +466,9 @@ namespace build2 if (first) { + // NOTE: remember to update the documentation if changing anything + // here! + // rs.insert_target_type<obj> (); rs.insert_target_type<obje> (); rs.insert_target_type<obja> (); |