X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/OS.html diff --git a/docs/source/OS.html b/docs/source/OS.html index 27914772..a037ba6a 100644 --- a/docs/source/OS.html +++ b/docs/source/OS.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.env.OS
  * Provide useful information about the current operating system environment. Access the global instance stored in Ext.os. Example:
  * <pre><code>
@@ -36,8 +53,8 @@ Ext.define('Ext.env.OS', {
         }
     },
 
-    /*
-     * A "hybrid" property, can be either accessed as a method call, i.e:
+    /**
+     * A "hybrid" property, can be either accessed as a method call, i.e:
      * <pre><code>
      * if (Ext.os.is('Android')) { ... }
      * </code></pre>
@@ -61,18 +78,19 @@ Ext.define('Ext.env.OS', {
      *
      * @param {String} value The OS name to check
      * @return {Boolean}
+     * @method
      */
     is: Ext.emptyFn,
 
-    /*
-     * Read-only - the full name of the current operating system
+    /**
+     * Read-only - the full name of the current operating system
      * Possible values are: iOS, Android, WebOS, BlackBerry, MacOSX, Windows, Linux and Other
      * @type String
      */
     name: null,
 
-    /*
-     * Read-only, refer to {@link Ext.Version}
+    /**
+     * Read-only, refer to {@link Ext.Version}
      * @type Ext.Version
      */
     version: null,
@@ -130,4 +148,6 @@ Ext.define('Ext.env.OS', {
 Ext.os = new Ext.env.OS();
 
 });
-
\ No newline at end of file +
+ +