From 40f09542ef0fcbb652a96ac8bd3f691c5a72cc83 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 11 Oct 2021 11:57:31 +0100 Subject: Fix warnings in PF documentation generation Geeneration of documents in the Policy Framework issued many warnings, for example missing links, hanging references, unreferenced pages and missing swagger, as well as bad formatting for code blocks. This commit cleans up all the warnings. Issue-ID: POLICY-3337 Change-Id: I20db6ff76cfb58a603317f5faf20c7479b77c13b Signed-off-by: liamfallon --- docs/xacml/xacml-tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/xacml') diff --git a/docs/xacml/xacml-tutorial.rst b/docs/xacml/xacml-tutorial.rst index b1b544cf..3226ad93 100644 --- a/docs/xacml/xacml-tutorial.rst +++ b/docs/xacml/xacml-tutorial.rst @@ -282,8 +282,8 @@ The easiest way to do this is to use the annotations feature from XACML PDP libr request. Then create an instance and simply populate it from an incoming ONAP Decision Request. .. code-block:: java - :caption: Final TutorialApplication Class - :linenos: + :caption: Final TutorialApplication Class + import com.att.research.xacml.std.annotations.XACMLAction; import com.att.research.xacml.std.annotations.XACMLRequest; import com.att.research.xacml.std.annotations.XACMLResource; -- cgit 1.2.3-korg