mirror of
https://github.com/boostorg/build.git
synced 2026-02-01 20:32:17 +00:00
6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
usage
|
|
Usage: codegen class_name
|
|
|
|
This program takes a template of C++ code and replaces of
|
|
occurences of %class_name% with the passed 'class_name'
|
|
parameter. |