mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
// define all of the file groups used to structure the documentation.
|
|
|
|
/*!
|
|
\defgroup samples Sample programs demonstrating the usage of swift API
|
|
*/
|
|
|
|
//! \cond PRIVATE_TESTS
|
|
/*!
|
|
\defgroup tests Test applications
|
|
*/
|
|
//! \endcond
|