You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2007/07/30 07:19:46 UTC

svn commit: r560866 - /commons/proper/cli/trunk/xdocs/navigation.xml

Author: bayard
Date: Sun Jul 29 22:19:45 2007
New Revision: 560866

URL: http://svn.apache.org/viewvc?view=rev&rev=560866
Log:
Adjusting the commented out part of the menu

Modified:
    commons/proper/cli/trunk/xdocs/navigation.xml

Modified: commons/proper/cli/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/xdocs/navigation.xml?view=diff&rev=560866&r1=560865&r2=560866
==============================================================================
--- commons/proper/cli/trunk/xdocs/navigation.xml (original)
+++ commons/proper/cli/trunk/xdocs/navigation.xml Sun Jul 29 22:19:45 2007
@@ -44,11 +44,14 @@
       <item name="Overview"          href="/manual/index.html"/>
       <item name="Examples"          href="/examples/index.html"/>
       <item name="Options"           href="/manual/options.html"/>
-      <!--item name="Builders"          href="/manual/builders.html"/-->
-      <!--item name="CommandLines"      href="/manual/commandlines.html"/-->
       <item name="Validators"        href="/manual/validators.html"/>
-      <!--item name="Utilities"         href="/manual/utilities.html"/-->
       <item name="Javadoc (SVN latest)" href="apidocs/index.html"/>
+
+      <!-- TODO:
+      <item name="Builders"          href="/manual/builders.html"/>
+      <item name="CommandLines"      href="/manual/commandlines.html"/>
+      <item name="Utilities"         href="/manual/utilities.html"/>
+      -->
     </menu>
 
     &commons;