diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2016-05-24 13:19:53 +0200 |
---|---|---|
committer | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2016-05-24 13:19:53 +0200 |
commit | 8bc1ed7d86a4f8090d09be8c198f027d7674ddda (patch) | |
tree | 29121dd9a74805db40272dedfa1bbceeeef5717e /src | |
parent | f084bbb6d0617311f34e82adae658be132fd0f66 (diff) |
ndpi_api(.h): fix '@return' command used in a comment that is attached to a function returning void [-Wdocumentation]
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ndpi_api.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |