-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧹 Doxygen: Consolidated @defgroup commands to 'Modules.h'.
Also fixed many 'missing title' warnings. Also fixed INPUT tag.
- Loading branch information
Showing
9 changed files
with
51 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/// @defgroup Application Application | ||
/// Integration with host OS, hardware and drivers | ||
|
||
/// @defgroup GameState Game state | ||
/// Makes all gameplay features work together. | ||
|
||
/// @defgroup MsgQueue Message queue | ||
/// Ensures everything gets executed at right time & in right order. | ||
|
||
/// @defgroup Physics Physics | ||
/// Soft-body physics and associated simulations. | ||
|
||
/// @defgroup Collisions Collisions | ||
/// Static & dynamic collision detection system | ||
|
||
/// @defgroup Trucks Land vehicles | ||
/// Cars, trucks, rovers, ATVs, anything. | ||
|
||
/// @defgroup Aerial Aerial | ||
/// Airplanes and helicopters. | ||
|
||
/// @defgroup Character Character | ||
/// Wandering the terrain on foot. | ||
|
||
/// @defgroup Marine Marine | ||
/// Ships and boats of any size and function. | ||
|
||
/// @defgroup Console Console | ||
/// Centerpiece of the application; parses command line & config, maintains cvars, logs messages. | ||
|
||
/// @defgroup ConsoleCmd Console commmands | ||
/// Built-in console commands. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters