internal-ant-properties.dita 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
  3. <!--This file is part of the DITA Open Toolkit project. See the accompanying LICENSE.md file for applicable licenses.-->
  4. <reference id="ant-properties">
  5. <title>Internal Ant properties</title>
  6. <shortdesc>Reference list of Ant properties used by DITA-OT internally.</shortdesc>
  7. <refbody>
  8. <section>
  9. <parml>
  10. <plentry>
  11. <pt><codeph>include.rellinks</codeph></pt>
  12. <pd>A space-separated list of link roles to be output; the <codeph>#default</codeph> value token represents
  13. links without an explicit role (those for which no <xmlatt>role</xmlatt> attribute is defined). Defined by
  14. <codeph>args.rellinks</codeph>, but may be overridden directly. Valid roles include: <ul>
  15. <li>parent </li>
  16. <li>child </li>
  17. <li>sibling </li>
  18. <li>friend </li>
  19. <li>next </li>
  20. <li>previous </li>
  21. <li>cousin </li>
  22. <li>ancestor </li>
  23. <li>descendant </li>
  24. <li>sample </li>
  25. <li>external </li>
  26. <li>other</li>
  27. </ul></pd>
  28. </plentry>
  29. </parml>
  30. </section>
  31. </refbody>
  32. </reference>