diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2019-06-15 18:08:08 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2019-06-15 18:08:08 +0000 |
commit | 3d4ef17ec30c429936b64ef52ab81ab580627636 (patch) | |
tree | 6ddf5801b02118b453494705104b6622e0d382a6 | |
parent | b9cbaefc95cc2080a2b7c926283fae934b61abb5 (diff) | |
parent | 4eead23f3d51d7356ace28fc6fbea3e443602385 (diff) | |
download | gnutls-3d4ef17ec30c429936b64ef52ab81ab580627636.tar.gz |
Merge branch 'tmp-ametzler-doc-syntax-fix' into 'master'
CONTRIBUTING.md: Fix syntax error [ci skip]
See merge request gnutls/gnutls!1028
-rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 081d9f1b3e..96fb7ff0cc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -132,6 +132,7 @@ like e.g. in lib/srp.h: ... #endif /* GNUTLS_LIB_SRP_H */ +``` The public header files follow a similar convention but use the relative install directory as template, e.g. `GNUTLS_GNUTLS_H` for `gnutls/gnutls.h`. |