summaryrefslogtreecommitdiffstats
path: root/modules/regex/doc_classes
Commit message (Collapse)AuthorAgeFilesLines
* Clean up more `[b]Example:[/b]` lines from the class referenceMicky2024-11-111-2/+2
|
* [RegEx] Add show_error parameter to control error printing on compilation failNikita\Nick2024-08-281-2/+4
|
* GDScript: Add raw string literals (r-strings)Danil Alexeev2023-09-111-1/+1
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-062-2/+2
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-052-2/+2
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-012-2/+2
| | | | Can't stop, won't stop, they said, huh?
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
| | | | | | | | | | - Removed empty paragraphs in XML. - Consistently use bold style for "Example:", on a new line. - Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`). - Fix invalid usage of backticks for inline code in BBCode. - Fix some American/British English spelling inconsistencies. - Other minor fixes spotted along the way, including typo fixes with codespell. - Don't specify `@GlobalScope` for `enum` and `constant`.
* Clarify offset parameter behavior in RegEx methodsHaoyu Qiu2022-11-011-3/+6
|
* Fix small mistakes throughout much of the documentationVolTer2022-10-211-1/+1
|
* Change Array arguments to TypedArraykobewi2022-09-011-1/+1
|
* Replace Array return types with TypedArraykobewi2022-08-221-1/+1
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-082-16/+16
|
* Add static method for creating RegExkobewi2022-08-021-1/+8
|
* Add an XML schema for documentationHugo Locurcio2022-02-152-2/+2
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-202-4/+0
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-302-56/+28
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-1/+1
|
* Rename Reference to RefCountedPedro J. Estébanez2021-06-112-2/+2
|
* Change reserved keyword in Regex documentation codeVedat Günel2021-01-101-2/+2
|
* Document how to perform advanced string splitting using RegExHugo Locurcio2020-07-291-2/+11
| | | | This closes https://github.com/godotengine/godot-docs/issues/3607.
* Fix RegEx example in class doc and correct typoMaganty Rushyendra2020-06-152-3/+2
| | | | | Fix minor errors to do with `search_all` example in RegEx and typo in RegExMatch class docs.
* Improve the RegEx class documentationHugo Locurcio2020-02-271-1/+3
| | | | This closes https://github.com/godotengine/godot-docs/issues/2522.
* Update docs to version 4.0clayjohn2020-01-312-2/+2
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-262-2/+2
| | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
* doc: Misc updates for AnimationNode* and othersRémi Verschelde2020-01-231-1/+1
| | | | | | | | | | | | | - Add some missing descriptions. - Add links to tutorials for ARVR and AnimationTree. - Style fixes. - Engine changes: * Make `AnimationNodeTransition.input_<number>` properties internal so that they don't appear in the docs. They still appear in the inspector based on the actual number of inputs requested. * Drop unimplemented `CPUParticles.flatness`. It's only used for 3D particles in `ParticlesMaterial`, and thus only relevant for `CPUParticles3D`.
* doc: Sync classref with current sourceRémi Verschelde2019-07-151-3/+1
|
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-3/+5
| | | | Thanks to @bojidar-bg's impressive work in #29380.
* Proofread and improve the whole class referenceHugo Locurcio2019-06-272-10/+10
| | | | | | | | | | | | | - 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
* Add RegEx substitution testcase and fix relevant docsRyan Stein2019-05-111-1/+1
| | | | (cherry picked from commit a31bbb4bd920e28cbb2c737a785e91da5e7a599f)
* doc: Drop unused <demos> tagRémi Verschelde2019-04-192-4/+0
|
* doc: Bump version to 3.2Rémi Verschelde2019-04-012-2/+2
|
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-272-2/+2
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* Fix typos with codespellluz.paz2018-02-211-2/+2
| | | | | | | | | | | | | | Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ```
* doc: Update version string in headerRémi Verschelde2018-02-192-2/+2
|
* doc: Sync with current sourceRémi Verschelde2018-01-252-2/+2
| | | | | | 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-132-2/+2
|
* Update docsBojidar Marinov2018-01-121-21/+11
| | | | [ci skip]
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-242-2/+2
|
* Fix class docs, improve error handling of the rst generator.Martin Capitanio2017-11-181-1/+1
| | | | | | | | | | The rst-generator gives you now a hint what's going on: Bad reference: 'method.RegEx.search_all' in file: ../modules/regex/doc_classes/RegExMatch.xml grep 'method.RegEx.search_all' ../modules/regex/doc_classes/RegExMatch.xml Contains the results of a single regex match returned by [method RegEx.search] and [method.RegEx.search_all]. It can be used to find the position and range of the match and its capturing groups, and it can extract its sub-string for you.
* doc: Make all module docs self-containedRémi Verschelde2017-11-152-0/+209