summaryrefslogtreecommitdiff
path: root/doc/classes/PacketPeerUDP.xml
AgeCommit message (Expand)Author
2021-10-05doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde
2021-09-25Document Android permission requirements for network access where neededHugo Locurcio
2021-09-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-13Fix casing of the "to" stop word in editor stringsHugo Locurcio
2021-04-12This renames PacketPeerUDP.listen to bind.Fabio Alessandrelli
2021-04-12Allow local port control on net_socket connectionsdam
2020-11-09Docs: Port Code Examples to C# (M, N, O, P, R)HaSa1002
2020-10-15Document how to interrupt `PacketPeerUDP.wait()`Hugo Locurcio
2020-03-11Fix various typosluz.paz
2020-02-17Add documentation for new DTLS features.Fabio Alessandrelli
2020-01-31Update docs to version 4.0clayjohn
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2019-12-14Add Android NetSocket implementation.Fabio Alessandrelli
2019-12-14UDP sockets broadcast is now disabled by default.Fabio Alessandrelli
2019-06-27Proofread and improve the whole class referenceHugo Locurcio
2019-06-21Multicast support in NetSocket/PacketPeerUDPFabio Alessandrelli
2019-05-23Change "Return" to "Returns" where necessary in XML documentationSean Heffernan
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-05Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-...Rémi Verschelde
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2019-03-29ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]Ignacio Etcheverry
2018-05-14[docs] fix links in class docsKelly Thomas
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-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-22classref: Sync with current sourceRémi Verschelde
2017-10-21makerst: Fix rst-ization of members and escaping of [Class]sRémi Verschelde
2017-09-12Changed the doc class generation to individual files per class. It is also po...Juan Linietsky