mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 07:10:53 -04:00
15 lines
327 B
C
15 lines
327 B
C
#ifndef S_DOCGROUP_H
|
|
#define S_DOCGROUP_H
|
|
|
|
// [This header file defines documentation groups for better categorization]
|
|
|
|
/// @ingroup game
|
|
/// @defgroup slib sLib
|
|
/// @brief Provides various utilities (including the state system).
|
|
|
|
/// @defgroup state sState
|
|
/// @ingroup slib
|
|
/// @brief A state system implementation.
|
|
|
|
#endif
|