mirror of
https://github.com/boostorg/build.git
synced 2026-01-31 20:12:19 +00:00
7 lines
158 B
Plaintext
7 lines
158 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.
|