From e1bd1505ae1dd09a564b6dd2c0021020d74c8422 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 17 Mar 2015 13:09:01 +0000
Subject: [PATCH] CR-6372 OPENDJ-1786 Automate integration of generated content

---
 opendj-cli/src/main/java/com/forgerock/opendj/cli/ToolRefDocContainer.java |   72 ------------------------------------
 1 files changed, 0 insertions(+), 72 deletions(-)

diff --git a/opendj-cli/src/main/java/com/forgerock/opendj/cli/ToolRefDocContainer.java b/opendj-cli/src/main/java/com/forgerock/opendj/cli/ToolRefDocContainer.java
index 36aa9d2..08676d8 100644
--- a/opendj-cli/src/main/java/com/forgerock/opendj/cli/ToolRefDocContainer.java
+++ b/opendj-cli/src/main/java/com/forgerock/opendj/cli/ToolRefDocContainer.java
@@ -87,76 +87,4 @@
      *          intended for use in generated reference documentation.
      */
     void setDocSubcommandsDescriptionSupplement(final LocalizableMessage docSubcommandsDescriptionSupplement);
-
-    /**
-     * Get additional paths to DocBook XML {@code RefSect1} documents
-     * to be appended after generated content in reference documentation.
-     *
-     * <br>
-     *
-     * DocBook represents a reference manual page with the {@code RefEntry}.
-     * See <a href="http://www.docbook.org/tdg51/en/html/refentry.html">refentry</a>.
-     *
-     * <br>
-     *
-     * A {@code RefEntry} describing an OpenDJ tool contains
-     * block elements in the following order:
-     *
-     * <pre>
-     *     RefMeta
-     *     RefNameDiv
-     *     RefSynopsisDiv
-     *     RefSect1 - Description (generated, potentially with a hand-written supplement)
-     *     RefSect1 - Options (generated)
-     *     RefSect1 - Subcommands (optional, hand-written intro + generated RefSect2s)
-     *     RefSect1 - Filter (optional, hand-written)
-     *     RefSect1 - Attribute (optional, hand-written)
-     *     RefSect1 - Exit Codes (hand-written)
-     *     RefSect1 - Files (optional, hand-written)
-     *     RefSect1 - Examples (hand-written)
-     *     RefSect1 - See Also (hand-written)
-     * </pre>
-     *
-     * As the trailing RefSect1s following Subcommands are hand-written,
-     * they are included in the generated content as XIncludes elements.
-     *
-     * @return  The paths to trailing {@code RefSect1} documents.
-     */
-    String[] getPathsToTrailingRefSect1s();
-
-    /**
-     * Set additional paths to DocBook XML {@code RefSect1} documents
-     * to be appended after generated content in reference documentation.
-     *
-     * <br>
-     *
-     * DocBook represents a reference manual page with the {@code RefEntry}.
-     * See <a href="http://www.docbook.org/tdg51/en/html/refentry.html">refentry</a>.
-     *
-     * <br>
-     *
-     * A {@code RefEntry} describing an OpenDJ tool contains
-     * block elements in the following order:
-     *
-     * <pre>
-     *     RefMeta
-     *     RefNameDiv
-     *     RefSynopsisDiv
-     *     RefSect1 - Description (generated, potentially with a hand-written supplement)
-     *     RefSect1 - Options (generated)
-     *     RefSect1 - Subcommands (optional, hand-written intro + generated RefSect2s)
-     *     RefSect1 - Filter (optional, hand-written)
-     *     RefSect1 - Attribute (optional, hand-written)
-     *     RefSect1 - Exit Codes (hand-written)
-     *     RefSect1 - Files (optional, hand-written)
-     *     RefSect1 - Examples (hand-written)
-     *     RefSect1 - See Also (hand-written)
-     * </pre>
-     *
-     * As the trailing RefSect1s following Subcommands are hand-written,
-     * they are included in the generated content as XIncludes elements.
-     *
-     * @param paths The paths to trailing {@code RefSect1} documents.
-     */
-    public void setPathsToTrailingRefSect1s(final String... paths);
 }

--
Gitblit v1.10.0