diff options
author | liamfallon <liam.fallon@est.tech> | 2021-10-11 11:57:31 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2021-10-12 13:53:44 +0100 |
commit | 40f09542ef0fcbb652a96ac8bd3f691c5a72cc83 (patch) | |
tree | 1360a91aa1e1ee5d8866c32e87d55c6ae1de9296 /docs/xacml/xacml-tutorial.rst | |
parent | 196eb6f1bb30ae7820815e3fa1e574da4e3d1554 (diff) |
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 <liam.fallon@est.tech>
Diffstat (limited to 'docs/xacml/xacml-tutorial.rst')
-rw-r--r-- | docs/xacml/xacml-tutorial.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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; |