summaryrefslogtreecommitdiff
path: root/doc/classes/Curve.xml
AgeCommit message (Expand)Author
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-08-30Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`Hugo Locurcio
2022-08-12[doc] Use "param" instead of "code" to refer to parameters (7)Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-08-05Improve `range_lerp()` and related methods documentationHugo Locurcio
2022-05-17Expose Curve points in the inspectorRaul Santos
2022-02-15Add an XML schema for documentationHugo Locurcio
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-05-01Fix documentation following implementation of particle trailsMarcel Admiraal
2020-01-31Update docs to version 4.0clayjohn
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2019-06-30doc: Remove hardcoded default values from descriptionsRémi Verschelde
2019-06-30doc: Add default values to all propertiesRémi Verschelde
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-06-27doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinksRémi Verschelde
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2018-09-07Bind Curve::get_point_countmerumelu
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde
2018-02-19doc: Update version string in headerRémi Verschelde
2018-01-25doc: Sync with current sourceRémi Verschelde
2018-01-13doc: Update version string in XMLRémi Verschelde
2017-12-16Bind TextEdit.deselect and update documentationRémi Verschelde
2017-12-13[DOCS] Animation, CanvasItem, Curve3D, CurveWill Nations
2017-12-07doc: Sync classref after a496dd4d, removing NOEDITOR properties from docRémi Verschelde
2017-11-24doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde
2017-11-24doc: Remove setters and getters now exposed via properties/membersRémi Verschelde
2017-11-24doc: Update header version for 3.0-betaRémi Verschelde
2017-11-15doc: Remove revision.module_config from version stringRémi Verschelde
2017-10-11doc: Sync classref with current sourceRémi Verschelde
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-16doc: Sync classref with current sourceRémi Verschelde
2017-09-13doc: Sync classref with current sourceRémi Verschelde
2017-09-12Changed the doc class generation to individual files per class. It is also po...Juan Linietsky