1
0
Fork 0
forked from lthn/blockchain

added version to auto-doc

This commit is contained in:
cryptozoidberg 2025-03-31 15:22:14 +04:00
parent 048886c4e9
commit 857a7eabe2
No known key found for this signature in database
GPG key ID: 2E10CC61CAC8F36D

View file

@ -551,6 +551,8 @@ namespace epee
ss << "### Response: " << ENDL << "```json" << ENDL << de.response_json_example << ENDL << "```" << ENDL;
ss << "### Response description: " << ENDL << "```" << ENDL << de.response_json_descriptions << ENDL << "```" << ENDL;
ss << "<sub>Auto-doc built with: " << PROJECT_VERSION_LONG << "</sub>" << ENDL;
std::string filename = de.json_method_name;
if (!filename.size())
{