diff options
author | Toni <matzeton@googlemail.com> | 2022-05-29 13:44:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-29 13:44:52 +0200 |
commit | 6b7b23b01d50468263b707abdf79146f1d4c821f (patch) | |
tree | 7d63d44c0e00ac19a1df787866855609b09aae58 /Makefile.am | |
parent | 33f9729ee4881f92afad662008a3d378aee2887d (diff) |
Use Doxygen to generate the API documentation. (#1558)
* Integrated Doxygen documentation into Sphinx
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 1b6ea524e..fe9ccc27c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,13 +12,13 @@ EXTRA_DIST = README.md README.nDPI README.fuzzer.md CHANGELOG.md CONTRIBUTING.md autogen.sh wireshark windows utils packages \ influxdb/Makefile.in influxdb/metric_anomaly.c influxdb/README.txt \ rrdtool/Makefile.in rrdtool/README.txt rrdtool/rrd_anomaly.c rrdtool/rrd_similarity.c \ - doc/api.rst doc/conf.py doc/flow_risks.rst doc/guide/nDPI_QuickStartGuide.pages \ + doc/requirements.txt doc/conf.py doc/flow_risks.rst doc/guide/nDPI_QuickStartGuide.pages \ doc/guide/nDPI_QuickStartGuide.pdf doc/img/logo.png doc/index.rst \ doc/Makefile doc/what_is_ndpi.rst \ python/DEV_GUIDE.md python/dev_requirements.txt python/ndpi_example.py python/ndpi/__init__.py \ python/ndpi/ndpi_build.py python/ndpi/ndpi.py python/README.md \ python/requirements.txt python/setup.py python/tests.py \ - sonar-project.properties .github .lgtm/cpp-queries/packet-payload-integer-arithmetic.ql lgtm.yml + sonar-project.properties .github .ci-ignore .lgtm/cpp-queries/packet-payload-integer-arithmetic.ql lgtm.yml changelog: |