diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index 5e1e4de47..4ec25ea23 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -2,7 +2,7 @@ * Hamlib Interface - API header * Copyright (c) 2000-2003 by Stephane Fillod and Frank Singleton * - * $Id: rig.h,v 1.79 2003-04-16 22:33:18 fillods Exp $ + * $Id: rig.h,v 1.80 2003-04-27 22:15:04 fillods Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -75,7 +75,8 @@ __BEGIN_DECLS extern HAMLIB_EXPORT_VAR(const char) hamlib_version[]; extern HAMLIB_EXPORT_VAR(const char) hamlib_copyright[]; -/* +/** + * \brief Hamlib error codes * Error codes that can be returned by the Hamlib functions */ enum rig_errcode_e { diff --git a/src/rig.c b/src/rig.c index 563f0cf98..57eefd7a5 100644 --- a/src/rig.c +++ b/src/rig.c @@ -2,7 +2,7 @@ * Hamlib Interface - main file * Copyright (c) 2000-2003 by Stephane Fillod and Frank Singleton * - * $Id: rig.c,v 1.70 2003-04-19 13:47:57 fillods Exp $ + * $Id: rig.c,v 1.71 2003-04-27 22:15:06 fillods Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -41,7 +41,6 @@ /** * \example ../tests/testrig.c - * \anchor example_test_rig */ #ifdef HAVE_CONFIG_H @@ -1574,6 +1573,7 @@ int rig_get_split_mode(RIG *rig, vfo_t vfo, rmode_t *tx_mode, pbwidth_t *tx_widt * \param rig The rig handle * \param vfo The target VFO * \param split The split mode to set to + * \param tx_vfo The transmit VFO * * Sets the current split mode. * @@ -1618,6 +1618,7 @@ int rig_set_split_vfo(RIG *rig, vfo_t vfo, split_t split, vfo_t tx_vfo) * \param rig The rig handle * \param vfo The target VFO * \param split The location where to store the current split mode + * \param tx_vfo The transmit VFO * * Retrieves the current split mode. *