mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
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:
parent
1fabbd441c
commit
bdd359d58c
9 changed files with 325 additions and 24 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue