Hi,

I've fallen over some very minor "errors" in the API description of Class and
Bootstrap.
Some "{...@link foo}" entities did not start with the curly open braces.

...Nothing big, but the API-Viewer does not show anything after that.

The attached patch is for 'Bootstrap' and 'Class'. It would be nice if this
could be committed to the 1.2.x branch (and trunk?).

Thanks in advance
  Peter

Index: Bootstrap.js
===================================================================
--- Bootstrap.js        (Revision 23247)
+++ Bootstrap.js        (Arbeitskopie)
@@ -752,7 +752,7 @@
      * Whether a given class or any of its super classes includes a given 
interface.
      *
      * This function will return "true" if the interface was defined
-     * in the class declaration (@link qx.Class#define}) of the class
+     * in the class declaration ({...@link qx.Class#define}) of the class
      * or any of its super classes using the "implement"
      * key.
      *
Index: Class.js
===================================================================
--- Class.js    (Revision 23247)
+++ Class.js    (Arbeitskopie)
@@ -571,7 +571,7 @@
      * Whether a given class directly includes a interface.
      *
      * This function will only return "true" if the interface was defined
-     * in the class declaration (@link qx.Class#define}) using the "implement"
+     * in the class declaration ({...@link qx.Class#define}) using the 
"implement"
      * key.
      *
      * @param clazz {Class} class or instance to check
@@ -623,7 +623,7 @@
      * Whether a given class or any of its super classes includes a given 
interface.
      *
      * This function will return "true" if the interface was defined
-     * in the class declaration (@link qx.Class#define}) of the class
+     * in the class declaration ({...@link qx.Class#define}) of the class
      * or any of its super classes using the "implement"
      * key.
      *
------------------------------------------------------------------------------
Automate Storage Tiering Simply
Optimize IT performance and efficiency through flexible, powerful, 
automated storage tiering capabilities. View this brief to learn how
you can reduce costs and improve performance. 
http://p.sf.net/sfu/dell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to