godot/editor/doc
Rémi Verschelde 542489a866 DocData: Re-expose parametric setters and getters
Setters and getters have been hidden from the documentation when the matching
properties have been exposed, but some of them are parametric and require the
name or index of a given parameter to be used. So they need to be properly
documented with the type and name of the arguments they take.

For example, CPUParticles' `set_param(Parameter param, float value)`.
2019-07-04 14:08:16 +02:00
..
doc_data.cpp DocData: Re-expose parametric setters and getters 2019-07-04 14:08:16 +02:00
doc_data.h Add default values to the editor help, docs, and generated RST 2019-06-27 18:29:35 +03:00
doc_dump.cpp Fix typos with codespell 2019-05-19 13:10:35 +02:00
doc_dump.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00