mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Allow Broxygen markup "##<" for more general use.
This commit is contained in:
parent
0b8b14a0ed
commit
3b91df8cf5
5 changed files with 32 additions and 8 deletions
|
@ -4,9 +4,12 @@
|
|||
#include "ID.h"
|
||||
#include "BroDocObj.h"
|
||||
|
||||
BroDocObj* BroDocObj::last = 0;
|
||||
|
||||
BroDocObj::BroDocObj(const ID* id, std::list<std::string>*& reST,
|
||||
bool is_fake)
|
||||
{
|
||||
last = this;
|
||||
broID = id;
|
||||
reST_doc_strings = reST;
|
||||
reST = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue