diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2020-05-20 08:48:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 08:48:49 +0200 |
commit | 246ec53bcf1f4c7692fb4dff9f0c6040547fc7e3 (patch) | |
tree | 8fa970e935b57de0fb29bfb92d4aec3b8a019f39 | |
parent | b7e666e465f138ae48ab81976726e67deed12701 (diff) | |
parent | c5e16b4ff7517fd336f1e80db5a9a920a31ae6b2 (diff) |
Merge pull request #905 from lnslbrty/dev
Fixed docstring typos for ndpi_finalize_initalization
-rw-r--r-- | src/include/ndpi_api.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h.in b/src/include/ndpi_api.h.in index 6495c6825..c906968a9 100644 --- a/src/include/ndpi_api.h.in +++ b/src/include/ndpi_api.h.in @@ -191,7 +191,7 @@ extern "C" { /** * Completes the initialization (2nd step) * - * @return the initialized detection module + * @par ndpi_str = the struct created for the protocol detection * */ void ndpi_finalize_initalization(struct ndpi_detection_module_struct *ndpi_str); |