From aa44951faf04e2cddfc537bbc9f6a18d76c76ec1 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Fri, 21 Jul 2017 15:10:46 +0200 Subject: HC2VPP-180 - Doc coverage generator TODO - links to specific vpp api section(now points just to section with apis) TODO - links to specific java binding code(now points to class thats doing binding) TODO - operational coverage(ASM does not support lambda processing) TODO - generate coverage adoc links Change-Id: I44c85012da3bd2e7cdd41930753e5aae6955cd7b Signed-off-by: Jan Srnicek Signed-off-by: Marek Gradzki --- vpp-integration/api-docs/api/pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 vpp-integration/api-docs/api/pom.xml (limited to 'vpp-integration/api-docs/api/pom.xml') diff --git a/vpp-integration/api-docs/api/pom.xml b/vpp-integration/api-docs/api/pom.xml new file mode 100644 index 000000000..9c40d1f65 --- /dev/null +++ b/vpp-integration/api-docs/api/pom.xml @@ -0,0 +1,33 @@ + + + + + + hc2vpp-parent + io.fd.hc2vpp.common + 1.17.10-SNAPSHOT + ../../../common/hc2vpp-parent + + 4.0.0 + + docs-api + io.fd.hc2vpp.docs + 1.17.10-SNAPSHOT + + \ No newline at end of file -- cgit 1.2.3-korg