From 0f0c3e7e1dae8d5eb7e30109388436df3af07d3b Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Thu, 6 Feb 2020 17:33:29 +0100 Subject: [PATCH] Update links --- docs/doxygen/other/reference_docs.dox | 2 +- .../volk_gnsssdr/gen/volk_gnsssdr_kernel_defs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doxygen/other/reference_docs.dox b/docs/doxygen/other/reference_docs.dox index 5e538e24d..b05c9f7c1 100644 --- a/docs/doxygen/other/reference_docs.dox +++ b/docs/doxygen/other/reference_docs.dox @@ -110,7 +110,7 @@ and specific sentence formats for a 4800-baud serial data bus. The standard is < KML is an XML language focused on geographic visualization, including annotation of maps and images. Geographic visualization includes not only the presentation of graphical data on the globe, but also the control of the user's navigation in the sense of where to go and where to look. Google submitted KML (formerly Keyhole Markup Language) to the Open Geospatial Consortium (OGC) to be evolved within the OGC consensus process with the following goal: KML Version 2.2 has been adopted as an OGC implementation standard. -\li Open Geospatial Consortium, Inc., OGC KML Version 2.2.0, April 2008. +\li Open Geospatial Consortium, Inc., OGC KML Version 2.2.0, April 2008. \subsection cxx C++ Standards diff --git a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/gen/volk_gnsssdr_kernel_defs.py b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/gen/volk_gnsssdr_kernel_defs.py index f75f552fc..205c8f530 100644 --- a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/gen/volk_gnsssdr_kernel_defs.py +++ b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/gen/volk_gnsssdr_kernel_defs.py @@ -29,7 +29,7 @@ import glob ######################################################################## # Strip comments from a c/cpp file. # Input is code string, output is code string without comments. -# http://stackoverflow.com/questions/241327/python-snippet-to-remove-c-and-c-comments +# https://stackoverflow.com/questions/241327/remove-c-and-c-comments-using-python ######################################################################## def comment_remover(text): def replacer(match):