mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/plugin-docs'
Closes #1019. * origin/topic/jsiwek/plugin-docs: Teach broxygen to generate protocol analyzer plugin reference. const adjustments
This commit is contained in:
commit
a329c3e7c3
20 changed files with 427 additions and 240 deletions
|
@ -870,6 +870,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