From b49fb745c5a108a40d9dff6ac3723dfe36fbc6f1 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Tue, 3 Jan 2012 19:33:14 +0000 Subject: [PATCH] Reference to official KML standard git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@109 64b25241-fba3-4117-9849-534c7e92360d --- src/algorithms/PVT/libs/kml_printer.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/algorithms/PVT/libs/kml_printer.h b/src/algorithms/PVT/libs/kml_printer.h index 76d5e8c5d..30c9c9d35 100644 --- a/src/algorithms/PVT/libs/kml_printer.h +++ b/src/algorithms/PVT/libs/kml_printer.h @@ -6,7 +6,7 @@ * * ------------------------------------------------------------------------- * - * Copyright (C) 2010-2011 (see AUTHORS file for a list of contributors) + * Copyright (C) 2010-2012 (see AUTHORS file for a list of contributors) * * GNSS-SDR is a software defined Global Navigation * Satellite Systems receiver @@ -38,7 +38,9 @@ #include "gps_l1_ca_ls_pvt.h" /*! - * \brief Prints PVT information to a GoogleEarth .kml file + * \brief Prints PVT information to OGC KML format file (can be viewed with Google Earth) + * + * See http://www.opengeospatial.org/standards/kml */ class kml_printer {