From 86456c6d965012c91168891f410bbc36b03952ab Mon Sep 17 00:00:00 2001 From: Roger Sheen Date: Fri, 6 Dec 2024 22:55:07 +0100 Subject: [PATCH] Link from args.rellinks to include.rellinks (#567) Fixes #567 Signed-off-by: Roger Sheen --- parameters/ant-parameters-details.dita | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/parameters/ant-parameters-details.dita b/parameters/ant-parameters-details.dita index 6d40e4c7..3e4f682c 100644 --- a/parameters/ant-parameters-details.dita +++ b/parameters/ant-parameters-details.dita @@ -121,6 +121,16 @@ args.rellinks + Specifies which related + links to include in the output. The following values are supported: +
    +
  • – No links are included.
  • +
  • – All links are included.
  • +
  • – Ancestor and parent links are not included.
  • +
  • – Parent, ancestor, child, descendant, sibling, next, previous, and cousin + links are not included.
  • +
+

For PDF output, the default value is . Other formats include all link roles @@ -132,7 +142,11 @@ HTML5 related links args.rellinks -

+

+ For more precise control over related links output, set the internal Ant property + + include.rellinks and specify which link roles to include. +
args.resources