1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-14 07:07:41 +00:00

More markdown fixes

This commit is contained in:
Carles Fernandez
2020-02-27 19:50:08 +01:00
parent 66644eac2a
commit 716fa970c4
12 changed files with 179 additions and 146 deletions

View File

@@ -1,5 +1,6 @@
# Custom structured data format definitions
<!-- prettier-ignore-start -->
[comment]: # (
SPDX-License-Identifier: GPL-3.0-or-later
)
@@ -7,9 +8,11 @@ SPDX-License-Identifier: GPL-3.0-or-later
[comment]: # (
SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc.es>
)
<!-- prettier-ignore-end -->
Files in this folder describe structured data formats that are generated by
GNSS-SDR. They use [Protocol Buffers](https://developers.google.com/protocol-buffers/)'
GNSS-SDR. They use
[Protocol Buffers](https://developers.google.com/protocol-buffers/)'
[proto3](https://developers.google.com/protocol-buffers/docs/proto3) syntax.
From those files, the protocol buffer compiler creates classes that implement