More Javadoc fixes. after_release55_dev_merge_trunk1
authorjglick@netbeans.org
Wed, 11 Oct 2006 14:20:43 +0000
changeset 2193d7d68aa1d0d
parent 218 f3cf46760cc4
child 220 425d21bbd88f
More Javadoc fixes.
openide.util/apichanges.xml
openide.util/src/org/openide/util/NbPreferences.java
openide.util/src/org/openide/util/doc-files/preferences.html
     1.1 --- a/openide.util/apichanges.xml	Wed Oct 11 14:14:27 2006 +0000
     1.2 +++ b/openide.util/apichanges.xml	Wed Oct 11 14:20:43 2006 +0000
     1.3 @@ -43,8 +43,8 @@
     1.4                Method <code>NbPreferences.root()</code> returns root preference
     1.5                node.
     1.6                Method <code>NbPreferences.forModule(Class cls)</code> returns
     1.7 -              preference node which 
     1.8 -              {@link Preferences#absolutePath} depends whether class provided as a parameter 
     1.9 +              preference node whose
    1.10 +              path depends whether class provided as a parameter
    1.11                was loaded as a part of any module or not. If so, then absolute path corresponds to slashified 
    1.12                code name base of module. If not, then absolute path corresponds to class's package.
    1.13                See document
     2.1 --- a/openide.util/src/org/openide/util/NbPreferences.java	Wed Oct 11 14:14:27 2006 +0000
     2.2 +++ b/openide.util/src/org/openide/util/NbPreferences.java	Wed Oct 11 14:20:43 2006 +0000
     2.3 @@ -26,7 +26,7 @@
     2.4  /**
     2.5   * Provides an implementation of the Preferences API which may be backed by
     2.6   * a NetBeans-specific implementation.
     2.7 - * @see "doc-files/preferences.html"
     2.8 + * @see <a href="doc-files/preferences.html">Preferences API in NetBeans</a>
     2.9   * @since org.openide.util 7.4
    2.10   * @author Radek Matous
    2.11   */
     3.1 --- a/openide.util/src/org/openide/util/doc-files/preferences.html	Wed Oct 11 14:14:27 2006 +0000
     3.2 +++ b/openide.util/src/org/openide/util/doc-files/preferences.html	Wed Oct 11 14:20:43 2006 +0000
     3.3 @@ -149,9 +149,10 @@
     3.4  
     3.5      </PRE>
     3.6      The other way means to go a little more farther and provide and install custom
     3.7 -    options panels/categories to Options Dialog according to <A HREF="http://www.netbeans.org/download/dev/javadoc/org-netbeans-modules-options-api/overview-summary.html">Options Dialog API (org.netbeans.modules.options.api) </A>
     3.8 -    .Apisupport can help and generate boilerplate code and put
     3.9 -    registration into layer.
    3.10 +    options panels/categories to Options Dialog according to the
    3.11 +    <A HREF="@org-netbeans-modules-options-api@/overview-summary.html">Options Dialog API</A>.
    3.12 +    The module development support in NetBeans can help by generating boilerplate code and
    3.13 +    registering the option into your layer.
    3.14      <H4 ALIGN=LEFT>How to document usage of Preferences API?</H4>
    3.15      Answer properly arch questions like any other <A
    3.16        HREF="http://openide.netbeans.org/tutorial/api-design.html">APIs</A>. There was added new arch question related to