diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-04 13:01:22 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-04 13:01:22 +0100 |
commit | 0fa167fa3ee78f1e5379888114890c6a92cdaa25 (patch) | |
tree | 4ff3e541739db0ee82a569c5b99de3048eabd3da /src | |
parent | 47cd8240013cc10682cdfacd39f5988e97b862cc (diff) |
use doxygen `\n` instead of html
Diffstat (limited to 'src')
-rw-r--r-- | src/doc/features.dox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/features.dox b/src/doc/features.dox index 96b7c6c..21a040a 100644 --- a/src/doc/features.dox +++ b/src/doc/features.dox @@ -17,12 +17,12 @@ feature. \par Features - Scripting - - \ref feature_script <br>\copybrief feature_script + - \ref feature_script \n\copybrief feature_script - Game flow management - - \ref feature_scene <br>\copybrief feature_scene + - \ref feature_scene \n\copybrief feature_scene - Entity - - \ref feature_gameobject <br>\copybrief feature_gameobject + - \ref feature_gameobject \n\copybrief feature_gameobject */ |