From cf781224f40102ffe9d4c2dc010f47c63fb2d883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 4 Nov 2002 22:37:53 +0000 Subject: [PATCH] misc doxygen fix git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1250 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- src/locator.c | 4 ++-- src/rotator.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/locator.c b/src/locator.c index 876334af5..6a1349bbe 100644 --- a/src/locator.c +++ b/src/locator.c @@ -1,7 +1,7 @@ /** * \file src/locator.c * \ingroup hamlib - * \brief Ham Radio Control Libraries interface + * \brief locator and bearing conversion interface * \author Stephane Fillod * \date 2000-2002 * @@ -12,7 +12,7 @@ * Hamlib Interface - locator and bearing conversion calls * Copyright (c) 2001-2002 by Stephane Fillod * - * $Id: locator.c,v 1.5 2002-09-24 21:42:56 fillods Exp $ + * $Id: locator.c,v 1.6 2002-11-04 22:37:53 fillods Exp $ * * Code to determine bearing and range was taken from the Great Circle, * by S. R. Sampson, N5OWK. diff --git a/src/rotator.c b/src/rotator.c index bb447479a..e94f9f64d 100644 --- a/src/rotator.c +++ b/src/rotator.c @@ -1,7 +1,7 @@ /** * \file src/rotator.c * \ingroup rot - * \brief Ham Radio Control Libraries interface + * \brief Rotator interface * \author Stephane Fillod * \date 2000-2001 * @@ -12,7 +12,7 @@ * Hamlib Interface - main file * Copyright (c) 2000,2001 by Stephane Fillod and Frank Singleton * - * $Id: rotator.c,v 1.7 2002-09-24 21:42:56 fillods Exp $ + * $Id: rotator.c,v 1.8 2002-11-04 22:37:53 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