mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Teach broxygen to generate protocol analyzer plugin reference.
This commit is contained in:
parent
eee16e1177
commit
e56a17102e
12 changed files with 397 additions and 217 deletions
|
@ -868,6 +868,8 @@ int main(int argc, char** argv)
|
|||
|
||||
if ( generate_documentation )
|
||||
{
|
||||
CreateProtoAnalyzerDoc("proto-analyzers.rst");
|
||||
|
||||
std::list<BroDoc*>::iterator it;
|
||||
|
||||
for ( it = docs_generated.begin(); it != docs_generated.end(); ++it )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue