aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-02 22:13:05 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:28 +0100
commite13e66d0dc6a79f6dfe469ba075f307c006fdb66 (patch)
tree63c53acfbd3f4abed3d363d43af8a8fe606808bb /src/reclaim
parentb54a42c3723a643370fac80a6ab0f218b65bce31 (diff)
downloadgnunet-e13e66d0dc6a79f6dfe469ba075f307c006fdb66.tar.gz
gnunet-e13e66d0dc6a79f6dfe469ba075f307c006fdb66.zip
-DOC: Numerous small fixes to clean up short warning categories
Diffstat (limited to 'src/reclaim')
-rw-r--r--src/reclaim/did.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reclaim/did.h b/src/reclaim/did.h
index fc465da3b..42f65db26 100644
--- a/src/reclaim/did.h
+++ b/src/reclaim/did.h
@@ -25,7 +25,7 @@
25 25
26/** 26/**
27 * Create a DID string from an ego in the format 27 * Create a DID string from an ego in the format
28 * did:gns:<pubkey> 28 * did:gns:\<pubkey\>
29 * 29 *
30 * @param ego the Ego to use 30 * @param ego the Ego to use
31 * @return the DID string 31 * @return the DID string
@@ -36,7 +36,7 @@ DID_ego_to_did (struct GNUNET_IDENTITY_Ego *ego);
36 36
37/** 37/**
38 * Extract the public key from a DID 38 * Extract the public key from a DID
39 * in the format did:gns:<pubkey> 39 * in the format did:gns:\<pubkey\>
40 * 40 *
41 * @param did the DID parse 41 * @param did the DID parse
42 * @param pk where to store the public key 42 * @param pk where to store the public key