From 525933afcb03e68cc0c17682e2b8fecc8ff475a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Tue, 12 Feb 2002 22:15:27 +0000 Subject: [PATCH] added doxygen header git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@958 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- src/tones.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/tones.c b/src/tones.c index 4569a5739..86a9c6091 100644 --- a/src/tones.c +++ b/src/tones.c @@ -1,8 +1,15 @@ +/** + * \file src/tones.c + * \ingroup hamlib + * \brief CTCSS and DCS tables + * \author Stephane Fillod + * \date 2000-2002 + */ /* * Hamlib Interface - CTCSS and DCS tables - * Copyright (c) 2000,2001 by Stephane Fillod and Frank Singleton + * Copyright (c) 2000-2002 by Stephane Fillod and Frank Singleton * - * $Id: tones.c,v 1.1 2001-12-19 03:18:44 fillods Exp $ + * $Id: tones.c,v 1.2 2002-02-12 22:15:27 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