Commit graph

3 commits

Author SHA1 Message Date
Norwack
da78a71a59 Fix same typo in doc.go 2015-03-16 18:31:55 +01:00
Colin Cross
6134a5c66a Relax module naming restrictions
Forcing module names to be valid ninja names is an unnecessary
restraint on the project build logic.  Allow any string as a
module name, and sanitize and uniquify the module name for use
in module-scoped variables.

Also move the module scope to be per-module instead of per-group
so that modules can use the same local variable name for each variant.

Change-Id: If44cca20712305e2c0b6d6b39daa5eace335c148
2015-03-12 17:22:18 -07:00
Colin Cross
e7a26ff65a Add overall Blueprint documentation
Change-Id: I27f0f010c32b3abe0107e69af830716ab728485a
2015-02-04 11:23:46 -08:00