forked from lthn/blockchain
added version to auto-doc
This commit is contained in:
parent
048886c4e9
commit
857a7eabe2
1 changed files with 2 additions and 0 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue