From 8bc1ed7d86a4f8090d09be8c198f027d7674ddda Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 24 May 2016 13:19:53 +0200 Subject: ndpi_api(.h): fix '@return' command used in a comment that is attached to a function returning void [-Wdocumentation] --- src/include/ndpi_api.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 09c3aab8c..95254a9fa 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -549,7 +549,6 @@ extern "C" { * Free Aho-Corasick automata allocated with ndpi_init_automa(); * * @par The automata initialized with ndpi_init_automa(); - * @return The requested automata, or NULL if an error occurred * */ void ndpi_free_automa(void *_automa); -- cgit v1.2.3