Sync classref with current source, adds :github_url: hide meta

This commit is contained in:
Rémi Verschelde
2019-07-25 16:47:23 +02:00
parent a02be281a8
commit a6136c6651
635 changed files with 1381 additions and 12 deletions

View File

@@ -1,3 +1,5 @@
:github_url: hide
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
.. DO NOT EDIT THIS FILE, but the @GDScript.xml source instead.
.. The source is found in doc/classes or modules/<name>/doc_classes.
@@ -1130,7 +1132,7 @@ Returns the square root of ``s``.
- :ref:`int<class_int>` **step_decimals** **(** :ref:`float<class_float>` step **)**
Returns the position of the first non-zero digit, after the decimal point.
Returns the position of the first non-zero digit, after the decimal point. Note that the maximum return value is 10, which is a design decision in the implementation.
::