summaryrefslogtreecommitdiffstats
path: root/modules/enet/doc_classes/ENetPacketPeer.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add method for getting packet flags from ENetPacketPeerEdward Lu2024-10-021-0/+6
|
* 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'
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-5/+5
| | | | | | | Adds a check to make_rst to look for matches between the text inside of the [code][/code] tag and known param identifiers. Fixes most of what was revealed.
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Document the ENetPacketPeer classHugo Locurcio2022-10-261-4/+22
|
* [Net] Expose get_remote_address get_remote_port.Fabio Alessandrelli2022-08-261-0/+12
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-14/+14
|
* 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.
* Document Android permission requirements for network access where neededHugo Locurcio2021-09-251-0/+1
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-54/+27
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* [Net] Implement lower level ENet wrappers.Fabio Alessandrelli2021-07-291-0/+210