From b4d174c83c711f6aa77c76537a04fde8e7e1b7a8 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 12 Feb 2021 21:54:52 +0100 Subject: [PATCH] Fix javadoc generation We also need to teach docs about tags. Change-Id: I93d5107600d571f14034f1adf997445b630915e0 Signed-off-by: Robert Varga --- docs/pom.xml | 18 ++++++++++++++++++ yang/yang-model-api/pom.xml | 1 - 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/pom.xml b/docs/pom.xml index 08243d3a0a..433da76f1a 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -357,6 +357,24 @@ https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/8.1.0/ + + + + apiNote + a + API Note: + + + implSpec + a + Implementation Requirements: + + + implNote + a + Implementation Note: + + Common concepts diff --git a/yang/yang-model-api/pom.xml b/yang/yang-model-api/pom.xml index d3589f4bb4..cddfdf47b6 100644 --- a/yang/yang-model-api/pom.xml +++ b/yang/yang-model-api/pom.xml @@ -45,7 +45,6 @@ - org.apache.maven.plugins maven-javadoc-plugin -- 2.36.6