mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Implement majority of Broxygen features delegated to Bro.
Still have to update the Sphinx integration.
This commit is contained in:
parent
bdd359d58c
commit
4f6d01000a
21 changed files with 1494 additions and 342 deletions
|
@ -150,6 +150,7 @@ extern const char* fmt(const char* format, ...)
|
|||
myattribute((format (printf, 1, 2)));
|
||||
extern const char* fmt_access_time(double time);
|
||||
|
||||
extern bool ensure_intermediate_dirs(const char* dirname);
|
||||
extern bool ensure_dir(const char *dirname);
|
||||
|
||||
// Returns true if path exists and is a directory.
|
||||
|
@ -251,6 +252,9 @@ public:
|
|||
: SafePathOp(&basename, path, error_aborts) { }
|
||||
};
|
||||
|
||||
std::string implode_string_vector(const std::vector<std::string>& v,
|
||||
const std::string& delim = "\n");
|
||||
|
||||
/**
|
||||
* Flatten a script name by replacing '/' path separators with '.'.
|
||||
* @param file A path to a Bro script. If it is a __load__.bro, that part
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue