mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jcambon
06.02.2008 58a3c89327eb313eabd06a706d5da32f03209e17
Configuration Reference generated doc:
bug fix:
if for a component the number of basic properties is < number of advanced properties, the advanced properties are put in the list of basic properties.

1 files modified
3 ■■■■■ changed files
opends/src/server/org/opends/server/admin/doc/ConfigGuideGeneration.java 3 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/admin/doc/ConfigGuideGeneration.java
@@ -670,6 +670,9 @@
          + basicPropName + "</a></td>\n";
      } else if ((basicPropsArray.length == 0) && (ii == 0)) {
        basicHtmlCell = "  <td>&nbsp;None</td>\n";
      } else if (ii >= basicPropsArray.length) {
        // Case of nb of basic props < nb of advanced props
        basicHtmlCell = "  <td></td>\n";
      }
      String advancedHtmlCell = "";