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/dpidc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dpid/dpidc.c') diff --git a/dpid/dpidc.c b/dpid/dpidc.c index 1e0bb39f..ca610127 100644 --- a/dpid/dpidc.c +++ b/dpid/dpidc.c @@ -41,7 +41,7 @@ static void error(char *msg) exit(1); } -/* +/** * Read dpid's communication keys from its saved file. * Return value: 1 on success, -1 on error. */ -- cgit v1.2.3