diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-26 22:46:17 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-26 22:46:17 +0200 |
commit | bfa494588da0def96c42577e284c6d8990eb31f2 (patch) | |
tree | 29b98f8a2cbfea31a0f6641d8cd77b211ac5defe /robot/modes.h | |
parent | b6460d729aa683643e7ad83a9921f335f0fdba93 (diff) |
add doxygen
Diffstat (limited to 'robot/modes.h')
-rw-r--r-- | robot/modes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robot/modes.h b/robot/modes.h index 3423a0f..122be4a 100644 --- a/robot/modes.h +++ b/robot/modes.h @@ -1,5 +1,7 @@ #pragma once +/** @file modes.h */ + #include "../shared/consts.h" #include "mode_chrg.h" |