summaryrefslogtreecommitdiffstats
path: root/doc/classes/PoolByteArray.xml
Commit message (Collapse)AuthorAgeFilesLines
* doc: Sync classref with current sourceRémi Verschelde2019-08-221-0/+6
| | | | Fix wrong hyperlinks in Control and Tree.
* Revert "Feature: Add SHA256 for PoolByteArray"Rémi Verschelde2019-08-221-7/+0
| | | | | | | | | | | This reverts commit e2c3bbabb0a12f58585bb441d91ee8882225b0ee. This was superseded by #29871 which adds more crypto features with a dedicated interface. Since this commit was never in a stable release (merged during 3.2 dev), we revert it to avoid having to deprecate it in favor of the Crypto API. See https://github.com/godotengine/godot/pull/31187#issuecomment-523377965
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-11/+12
| | | | | | | | | | | | | - Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies
* Change "Return" to "Returns" where necessary in XML documentationSean Heffernan2019-05-231-2/+2
| | | | | | | | In many of the XML files it had been noted that when the documentation refers to a return value, both "Return" and "Returns" are used. This has now been fixed to only say "Returns". Fixes #28867
* Added inspector plugin documentation.Juan Linietsky2019-04-231-0/+2
| | | | Fixed plugin bindings.
* Merge pull request #24269 from xsellier/feature/master-add-sha256Hein-Pieter van Braam2019-04-231-0/+5
|\ | | | | Add SHA256 for PoolByteArray
| * Feature: Add SHA256 for PoolByteArrayXavier Sellier2018-12-101-0/+5
| |
* | doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
| |
* | Merge pull request #27465 from ↵Rémi Verschelde2019-04-051-5/+5
|\ \ | | | | | | | | | | | | neikeq/road-to-lang-agnostic-docs-is-going-to-be-tough EditorHelp: Improve enum ref resolving and add constant ref support
| * | ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]Ignacio Etcheverry2019-03-291-5/+5
| | | | | | | | | | | | Modified makerst to generate code tags for these to avoid hyperlinks to the same class.
* | | doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|/ /
* / doc: Fix wrong references found by new makerst.pyRémi Verschelde2019-01-071-8/+8
|/ | | | Thanks @PJB3005
* [Docs] Remove double-spaces from descriptions, as well a couple other small ↵LikeLakers22018-09-231-1/+1
| | | | fixes
* Standardize documentation for the pool arrays' invert methodsKelly Thomas2018-09-121-1/+1
|
* [DOCS] Add note that Pool*Arrays are passed by value (#18340)krogank92018-04-221-1/+1
|
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
|
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
| | | | | | Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* classref: Sync with current sourceRémi Verschelde2017-10-221-4/+4
| | | | | Also fix hyperlink references to same class as per the guidelines. [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+138
possible to save module files in module directories and the build system will recognize them.