Broxygen can now read a config file specifying particular targets.

Though nothing currently gets built as most dependency/outdated
checks and doc-generation methods are still skeleton code.
This commit is contained in:
Jon Siwek 2013-11-05 16:40:24 -06:00
parent 1fabbd441c
commit bdd359d58c
9 changed files with 325 additions and 24 deletions

View file

@ -996,8 +996,8 @@ string flatten_script_name(const string& name, const string& prefix)
return rval;
}
static vector<string>* tokenize_string(string input, const string& delim,
vector<string>* rval)
vector<string>* tokenize_string(string input, const string& delim,
vector<string>* rval)
{
if ( ! rval )
rval = new vector<string>();