gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 21/90: -DOC: Comment stripping pass in REST service


From: gnunet
Subject: [gnunet] 21/90: -DOC: Comment stripping pass in REST service
Date: Tue, 18 Oct 2022 03:06:20 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 0e290c5d8efb10409efdcfda7f70d1b03ce69149
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Fri Sep 2 20:18:52 2022 +0100

    -DOC: Comment stripping pass in REST service
---
 src/rest/rest.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/src/rest/rest.c b/src/rest/rest.c
index 930f66243..757c0b979 100644
--- a/src/rest/rest.c
+++ b/src/rest/rest.c
@@ -33,13 +33,6 @@
  * REST Utilities
  */
 
-/**
- * Check if namespace is in URL.
- *
- * @param url URL to check
- * @param namespace namespace to check against
- * @return GNUNET_YES if namespace matches
- */
 int
 GNUNET_REST_namespace_match (const char *url, const char *namespace)
 {
@@ -47,12 +40,6 @@ GNUNET_REST_namespace_match (const char *url, const char 
*namespace)
 }
 
 
-/**
- * Create MHD response
- *
- * @param data result
- * @return MHD response
- */
 struct MHD_Response*
 GNUNET_REST_create_response (const char *data)
 {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]