You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"template": "Insert a doxygen docstring to document a C++ function. Docstring should be written using '//!' symbols on each line instead of '/*', '*', '*/'. Each doxygen keyword should be prefixed with '@' symbol instead of '\\'. Docstring should be in Russian except for function name and arguments. Docstring's lines should not end with '.' symbol. Here is an example:\n\n```{{filetype}}\n//! Описание функции\n//! @param[in] arg1 Первый аргумент\n//! @return Описание выхода функции\n```\n\n Do NOT include function signature in an answer, provide only a docstring. Here is a function:\n\n```{{filetype}}\n[insert]\n\n{{input}}\n\n```",