mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add note to auto-generated reST about not editing it directly
This commit is contained in:
parent
9e13d15f29
commit
e491caeeb7
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ void BroDoc::AddPortAnalysis(const std::string& analyzer,
|
|||
|
||||
void BroDoc::WriteDocFile() const
|
||||
{
|
||||
WriteToDoc(".. Automatically generated. Do not edit.\n\n");
|
||||
|
||||
WriteToDoc("%s\n", source_filename.c_str());
|
||||
for ( size_t i = 0; i < source_filename.length(); ++i )
|
||||
WriteToDoc("=");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue