diff options
author | lns <matzeton@googlemail.com> | 2022-05-29 00:27:10 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-05-29 13:44:28 +0200 |
commit | aa686a25939323e27054843f57ed1dffb10925e4 (patch) | |
tree | 3f510389966658e749d341d394c313a8ad024288 /src | |
parent | cfd23e88198716d8d5b3625a7da586536701349f (diff) |
Use Doxygen to generate the API documentation.add/doxygen-gen
* Integrated Doxygen documentation into Sphinx
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ndpi_main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/ndpi_main.h b/src/include/ndpi_main.h index 80ef0e691..b62caa2bc 100644 --- a/src/include/ndpi_main.h +++ b/src/include/ndpi_main.h @@ -127,8 +127,6 @@ extern "C" { extern u_int8_t ndpi_is_proto(ndpi_protocol proto, u_int16_t p); - extern u_int16_t ndpi_get_lower_proto(ndpi_protocol p); - #ifdef NDPI_ENABLE_DEBUG_MESSAGES void ndpi_debug_get_last_log_function_line(struct ndpi_detection_module_struct *ndpi_struct, const char **file, const char **func, u_int32_t * line); |