From: Jesper Stærkær Date: Sun, 10 Jul 2016 12:04:30 +0000 (+0200) Subject: Added missing documentation to version_describer. Solves #437. X-Git-Tag: 2.1.0_Beta1~71^2~1 X-Git-Url: https://git.sesse.net/?p=casparcg;a=commitdiff_plain;h=6a22ac1673c4b4b0315be8a6f543da013bc4de6e Added missing documentation to version_describer. Solves #437. --- diff --git a/protocol/amcp/AMCPCommandsImpl.cpp b/protocol/amcp/AMCPCommandsImpl.cpp index d4f311f5a..d835be739 100644 --- a/protocol/amcp/AMCPCommandsImpl.cpp +++ b/protocol/amcp/AMCPCommandsImpl.cpp @@ -2300,6 +2300,14 @@ void version_describer(core::help_sink& sink, const core::help_repository& repo) L">> VERSION FLASH\n" L"<< 201 VERSION OK\n" L"<< 11.8.800.94"); + sink.example( + L">> VERSION TEMPLATEHOST\n" + L"<< 201 VERSION OK\n" + L"<< unknown"); + sink.example( + L">> VERSION CEF\n" + L"<< 201 VERSION OK\n" + L"<< 3.1750.1805"); } std::wstring version_command(command_context& ctx)