summaryrefslogtreecommitdiffstats
path: root/doc/classes/X509Certificate.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
| | | | | | | | | | 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.
* Update documentation to reflect HTML5 limitations.Fabio Alessandrelli2020-01-141-0/+1
|
* doc: Sync classref with current sourceRémi Verschelde2019-09-271-1/+1
| | | | And various fixes to bindings, hyperlinks and an uninitialized variable.
* Add documentation for crypto-related classes.Fabio Alessandrelli2019-09-241-0/+5
| | | | | | | | Add documentation for Crypto, CryptoKey, HashingContext, and X509Certificate. Add documentation for `StreamPeerSSL.accept_peer`. Ref #29871.
* doc: Sync classref with current sourceRémi Verschelde2019-08-221-0/+29
Fix wrong hyperlinks in Control and Tree.