Update doxygen comments

This commit is contained in:
Aaron Po
2026-06-23 00:45:32 -04:00
parent 22b3f2b3f9
commit 8d6b83673b
12 changed files with 269 additions and 93 deletions

View File

@@ -13,7 +13,9 @@
*/
class WebClient {
public:
/// @brief Virtual destructor for polymorphic cleanup.
/**
* @brief Virtual destructor for polymorphic cleanup.
*/
virtual ~WebClient() = default;
/**