[glib/pgriffis/wip/resolver-https] Markdown fixes



commit 4f4c75e33d42fc37651e7effdd14dc099e270399
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Dec 15 15:51:56 2021 +0000

    Markdown fixes

 gio/gioenums.h | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gio/gioenums.h b/gio/gioenums.h
index ea52761b5..2a44cdc17 100644
--- a/gio/gioenums.h
+++ b/gio/gioenums.h
@@ -758,14 +758,14 @@ typedef enum {
  * %G_RESOLVER_RECORD_HTTPS records are returned as variants with the signature
  * `(qsa{sv})`, representing the priority, target host, and params of the domain.
  * The keys of the params dictionary are:
- *   `alpn`: array of strings of protocol names
- *   `no-default-alpn`: an empty string
- *   `port`: uint16
- *   `ipv4hint`: array of strings of addresses
- *   `ipv6hint`: array of strings of addresses
- *   `ech`: string of base64 data containing an ECHConfigList defined 
[here](https://datatracker.ietf.org/doc/draft-ietf-tls-esni/)
- *   `mandatory`: array of strings matching these keys
- *   `keyN`: for unknown keys, N is the key number, the value is a bytestring of unparsed data
+ *  - `alpn`: array of strings of protocol names
+ *  - `no-default-alpn`: an empty string
+ *  - `port`: uint16
+ *  - `ipv4hint`: array of strings of addresses
+ *  - `ipv6hint`: array of strings of addresses
+ *  - `ech`: string of base64 data containing an ECHConfigList defined 
[here](https://datatracker.ietf.org/doc/draft-ietf-tls-esni/)
+ *  - `mandatory`: array of strings matching these keys
+ *  - `keyN`: for unknown keys, N is the key number, the value is a bytestring of unparsed data
  * See the [RFC](https://datatracker.ietf.org/doc/draft-ietf-dnsop-svcb-https/) for more information.
  *
  * Since: 2.34


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]