-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathmainpage.dox
More file actions
28 lines (28 loc) · 883 Bytes
/
mainpage.dox
File metadata and controls
28 lines (28 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**
* @mainpage Appwrite C++ SDK Documentation
*
* @section intro_sec Introduction
*
* The Appwrite C++ SDK is a client library for communicating with the Appwrite backend.
* It provides a clean, well-documented interface for working with:
* - User accounts
* - Databases and documents
* - Storage buckets and files
* - Messaging topics and subscriptions
* - Health checks and system diagnostics
*
* @section features_sec Key Features
*
* - Easy-to-use API abstraction
* - Cross-platform compatibility
* - Fully documented with Doxygen
* - Modular service separation (Account, Database, Storage, etc.)
*
* @section usage_sec Usage
*
* Browse the **Classes**, **Namespaces**, and **Files** tabs for more details on each module.
*
* @section contribute_sec Contributing
*
* Contributions are welcome! Please refer to the `CONTRIBUTING.md` for guidelines.
*/