mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Add brief descriptions for classes involved in generation of script docs.
This commit is contained in:
parent
af54714839
commit
057ad684d8
2 changed files with 8 additions and 1 deletions
|
@ -8,6 +8,10 @@
|
|||
|
||||
#include "BroDocObj.h"
|
||||
|
||||
/**
|
||||
* This class is used to gather all data relevant to the automatic generation
|
||||
* of a reStructuredText (reST) document from a given Bro script.
|
||||
*/
|
||||
class BroDoc {
|
||||
public:
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue