1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-03 06:20:42 +02:00

inform manual users that it's automatically generated

suggested by @Eugeny1
This commit is contained in:
Yann Collet
2024-10-31 15:06:48 -07:00
parent adbb536d00
commit 2e02cd330d
3 changed files with 37 additions and 15 deletions

View File

@ -211,6 +211,7 @@ int main(int argc, char *argv[]) {
ostream << "<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">\n<title>" << version << "</title>\n</head>\n<body>" << endl;
ostream << "<h1>" << version << "</h1>\n";
ostream << "Note: the content of this file has been automatically generated by parsing \"zstd.h\" \n";
ostream << "<hr>\n<a name=\"Contents\"></a><h2>Contents</h2>\n<ol>\n";
for (size_t i=0; i<chapters.size(); i++)