mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Flesh out Broxygen doc-gathering skeleton.
This commit is contained in:
parent
47d7d9047b
commit
f18436640e
15 changed files with 669 additions and 126 deletions
|
@ -17,7 +17,7 @@ DebugLogger::Stream DebugLogger::streams[NUM_DBGS] = {
|
|||
{ "dpd", 0, false }, { "tm", 0, false },
|
||||
{ "logging", 0, false }, {"input", 0, false },
|
||||
{ "threading", 0, false }, { "file_analysis", 0, false },
|
||||
{ "plugins", 0, false}
|
||||
{ "plugins", 0, false }, { "broxygen", 0, false }
|
||||
};
|
||||
|
||||
DebugLogger::DebugLogger(const char* filename)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue