mbed-os/connectivity/netsocket/source
Jamie Smith 97c267219a
Fix all Doxygen errors and make any future errors fatal (#118)
* Start working on fixing doxygen warnings

* Upgrade doxyfile to Doxygen 1.9.1

* Clean up some unmatched groups and add some exclusions

* Fix docs for rtos::ThisThread not showing up

* Fix up KV store docs

* Fix incorrect @files, some more incorrect groups

* Fix lots of broken links

* Start fixing mbedtls groups

* Fix more mbedtls docs

* Fix remaining mbedtls files with missing or incorrect grouping

* Fix a huge amount of PSA docs errors

* Fix a few more mbedtls docs errors

* Fix __cplusplus not defined for docs, clean up call in callback typedef, fix some docs errors

* Fix some broken doc links in HAL headers

* Fix more PSA doc errors

* Fix some doxygen errors in networking code

* Fix lots of network related doc errors

* Try and fix some CI failures

* Use Doxygen Action instead of doxygen in Mbed container to get the right version

* Try removing docs check

* Add first part of doxygen action

* Add next part of doxygen action

* Fix yaml syntax error

* Add in license check fix

* Try using verbose scancode

* Fix some more docs issues, workaround scancode-toolkit#3179

* Clean up the LoRaRadio get_state() function on each implementation.  Also fix some other compile and doc errors.

* Fix all remaining doxygen errors

* Fix escaping, for realsies this time

* Remove Doxygen unsupported config options, fix some more get_status() declarations

* Fix some UNITTESTS build errors

* Fix one more compile error

* Another unittest error
2022-12-30 18:41:41 -05:00
..
DTLSSocket.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
DTLSSocketWrapper.cpp DTLSSocket handshake timeout calls object functions even if object is destructed. Fixed by removing timeout event from event queue on close/destruction. 2021-09-28 11:07:30 +02:00
EMACInterface.cpp New feature: send/recv message implementation added to network stack 2021-09-01 09:13:57 +01:00
EthernetInterface.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
ICMPSocket.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
InternetDatagramSocket.cpp Code improvements for the unresolved comments 2021-09-03 12:49:00 +01:00
InternetSocket.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
L3IPInterface.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
NetStackMemoryManager.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
NetworkInterface.cpp Fix 'netsocket: several dynamic allocation results not checked' (#14210) 2021-06-07 14:54:37 +01:00
NetworkInterfaceDefaults.cpp Remove Cellular dependency in netsocket 2020-12-03 18:16:33 +01:00
NetworkStack.cpp Fix all Doxygen errors and make any future errors fatal (#118) 2022-12-30 18:41:41 -05:00
PPPInterface.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
SocketAddress.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
SocketStats.cpp Fix ABI differences between mbed-baremetal and mbed-os, remove PlatformMutex 2022-09-14 00:25:30 -07:00
TCPSocket.cpp Removing FIXME comment and adding empty line in the test file 2021-09-07 14:55:50 +01:00
TLSSocket.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
TLSSocketWrapper.cpp Merge pull request #15040 from mat-kalinowski/sendrecv_message 2021-09-09 08:35:19 +01:00
UDPSocket.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
WiFiAccessPoint.cpp Refactor features/netsocket and move to connectivity/netsocket 2020-07-23 06:15:09 -07:00
nsapi_dns.cpp Fix all Doxygen errors and make any future errors fatal (#118) 2022-12-30 18:41:41 -05:00
nsapi_ppp.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00