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
doc_dump.h
SCsub