[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 8e447e0ff26255075a1c2
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <n0...@us...> - 2021-02-11 09:13:17
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 8e447e0ff26255075a1c2f2c2a60c91992eef224 (commit) via d31f6ef44148e8c41d7d8449ec1aebfe1ca4ed5f (commit) from 870aa12b51fe1d8257b5b1e00dc73142a0e92af7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8e447e0ff26255075a1c2f2c2a60c91992eef224 Merge: 870aa12b d31f6ef4 Author: Nate Bargmann <n0...@n0...> Date: Thu Feb 11 03:12:05 2021 -0600 Merge pull request #544 from N0NB/doxygen_work Unify the amplifier API into a single group commit d31f6ef44148e8c41d7d8449ec1aebfe1ca4ed5f Author: Nate Bargmann <n0...@n0...> Date: Thu Feb 11 03:09:17 2021 -0600 Unify the amplifier API into a single group diff --git a/doc/index.doxygen b/doc/index.doxygen index 5f08971d..b464c99f 100644 --- a/doc/index.doxygen +++ b/doc/index.doxygen @@ -7,11 +7,11 @@ Stéphane Fillod, F8CFE, and Frank Singleton, VK3FCS and the Hamlib Group \section s1 Preface -This document describes the Hamlib library Application Programming Interface -(API) for this distribution. +This document describes the Hamlib library Application Programming Interface +(API) for this distribution. -We attempt to document the complete API of the core modules of Hamlib, i.e., -the API seen by end-user application developers. You may navigate the +We attempt to document the complete API of the core modules of Hamlib, i.e., +the API seen by end-user application developers. You may navigate the documentation through the tabs at the top of this page. Please report any problems to ham...@li.... @@ -44,10 +44,10 @@ Other files: \subpage INSTALL; \section slic Documentation License -\li \subpage doclicense +\li \subpage doclicense */ /*! \page doclicense License for Documentation -This documentation is free; you can redistribute it without +This documentation is free; you can redistribute it without any restrictions. The modification or derived work must retain copyright and list all authors. @@ -101,4 +101,5 @@ of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * \defgroup rotator Rotator API * \defgroup utilities Utility Routines API * \defgroup rig_internal Rig Internal API + * \defgroup amplifier Amplifier API */ diff --git a/include/hamlib/amplifier.h b/include/hamlib/amplifier.h index 8972e55d..067ca026 100644 --- a/include/hamlib/amplifier.h +++ b/include/hamlib/amplifier.h @@ -26,7 +26,7 @@ #include <hamlib/amplist.h> /** - * \addtogroup amp + * \addtogroup amplifier * @{ */ diff --git a/src/extamp.c b/src/extamp.c index b93785a7..078b76ea 100644 --- a/src/extamp.c +++ b/src/extamp.c @@ -22,7 +22,7 @@ */ /** - * \addtogroup amp + * \addtogroup amplifier * @{ */ ----------------------------------------------------------------------- Summary of changes: doc/index.doxygen | 13 +++++++------ include/hamlib/amplifier.h | 2 +- src/extamp.c | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |