From c9b5755d682442bef93fc791f77a00b30173138a Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 31 May 2025 08:42:51 +0300 Subject: [PATCH] mu-cmd: update docstrings --- mu/mu-cmd.hh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/mu/mu-cmd.hh b/mu/mu-cmd.hh index 7b591f8f..9b8740ec 100644 --- a/mu/mu-cmd.hh +++ b/mu/mu-cmd.hh @@ -1,5 +1,5 @@ /* -** Copyright (C) 2008-2022-Jan C. Binnema +** Copyright (C) 2008-2025 Dirk-Jan C. Binnema ** ** This program is free software; you can redistribute it and/or modify it ** under the terms of the GNU General Public License as published by the @@ -28,7 +28,6 @@ namespace Mu { - /** * Get message options from (sub)command options * @@ -129,6 +128,7 @@ Result mu_cmd_mkdir(const Options& opts); /** * execute the 'move' command * + * @param store message store object. * @param opts configuration options * * @return Ok() or some error @@ -149,17 +149,14 @@ Result mu_cmd_remove(Store& store, const Options& opt); * execute the 'script' command * * @param opts configuration options - * @param err receives error information, or NULL * * @return Ok() or some error */ Result mu_cmd_script(const Options& opts); - /** * execute the server command * @param opts configuration options - * @param err receives error information, or NULL * * @return Ok() or some error */ @@ -187,7 +184,6 @@ Mu::Result mu_cmd_view(const Options& opts); * execute some mu command, based on 'opts' * * @param opts configuration option - * @param err receives error information, or NULL * * @return Ok() or some error */