documentation: Breaking the API Reference documentation ice
[sdk] / doc / ecereCOM / double.econ
index b12fbe8..293d0bf 100644 (file)
@@ -1,10 +1,6 @@
 {
    name = "double",
-   description = "A double precision float data type.\n"
-      "\n"
-      "Memory occupied: 64 bits(or 8 bytes)\n"
-      "\n"
-      "A double data type holds a real number including the portion which follows the decimal point. The minimum precision for a double is 10 decimal digits. A doubles range is from 2.2250738585072014e-308 to 1.7976931348623158e+308.",
+   description = "Core C double precision floating-point real number data type. A double ranges from 2.2250738585072014e-308 to 1.7976931348623158e+308.",
    usage = "Used in the declaration section of code, which is before any statements.",
    example = "double aDouble; // A stand alone declaration of a double.\n"
       "double a, b; // Declaring two doubles at the same time.\n"