From 4c56214b8c2e130d3709bdca2513aef20b7b0fab Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sat, 9 Mar 2024 17:35:19 +0100 Subject: Use Doxygen comments for C files --- dpid/misc_new.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dpid/misc_new.c') diff --git a/dpid/misc_new.c b/dpid/misc_new.c index 50867bc3..94b4d320 100644 --- a/dpid/misc_new.c +++ b/dpid/misc_new.c @@ -125,7 +125,7 @@ int a_Misc_nohang_rdtag(int socket, int timeout, Dstr **tag) } */ -/* +/** * Alternative to mkdtemp(). * Not as strong as mkdtemp, but enough for creating a directory. */ @@ -141,8 +141,8 @@ char *a_Misc_mkdtemp(char *template) return template; } -/* - * Return a new, nonexistent file name from a template +/** + * Return a new, nonexistent file name from a template. * (adapted from dietlibc; alternative to mkdtemp()) */ char *a_Misc_mkfname(char *template) @@ -176,7 +176,7 @@ char *a_Misc_mkfname(char *template) } } -/* +/** * Return a new, random hexadecimal string of 'nchar' characters. */ char *a_Misc_mksecret(int nchar) -- cgit v1.2.3