You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2017. It is now read-only.
I get this strange output listing the return-type from number.js's regexp() function as "example:"
<methodname="regexp"scope="normal"type="function"from="dojo/number">
<parameters>
<parametername="options"type="Object"usage="optional">
<description>
<p>An object with the following properties: </p> <ul> <li><p>type (String, optional): <p>choose a format type based on the locale from the following: decimal, scientific (not yet supported), percent, currency. decimal by default.</p></p> </li> <li><p>pattern</p> </li> <li>type</li> <li>locale</li> <li>strict</li> <li>places</li> </ul>
</description>
</parameter>
</parameters>
<return-types>
<return-typetype="example:"/>
</return-types>
<summary><p>Builds the regular needed to parse a number</p></summary>
<description>
<p>Returns regular expression with positive and negative match, group and decimal separators</p>
</description>
</method>
Strangely it doesn't happen when parsing number.js stand alone.
The text was updated successfully, but these errors were encountered:
If I run
$ ./parse.sh ../trunk/dijit/form/NumberTextBox.js
I get this strange output listing the return-type from number.js's regexp() function as "example:"
Strangely it doesn't happen when parsing number.js stand alone.
The text was updated successfully, but these errors were encountered: