summaryrefslogtreecommitdiffstats
path: root/doc/classes/VisualShaderNodeIntConstant.xml
Commit message (Collapse)AuthorAgeFilesLines
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-1/+1
| | | | | | | | This commit also adds means to manually disable warnings in `code` tags where it's a false positive with the new `skip-lint` attribute. Warnings are now enabled on CI to prevent future errors.
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | 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-051-1/+1
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | 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-201-4/+0
|
* Add convert options between constants and uniforms in visual shadersYuri Roubinsky2020-12-301-1/+1
|
* Docs for some nodes in visual shader(part 3)Yuri Roubinsky2020-02-271-0/+3
|
* Add support for integer type in visual shadersYuri Roubinsky2020-02-261-0/+17