diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-22 14:32:19 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-22 14:32:19 +0200 |
commit | 33d17dbab86c1277a1327273fb9753b2c98b7b03 (patch) | |
tree | e868c781953faeb5227787d130d208b93ff49147 /puzzle/dummy/index.dox | |
parent | 5113ffd3b0b3c761681456fae5ed554c2b35cc8d (diff) |
more documentation
Diffstat (limited to 'puzzle/dummy/index.dox')
-rw-r--r-- | puzzle/dummy/index.dox | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/puzzle/dummy/index.dox b/puzzle/dummy/index.dox new file mode 100644 index 0000000..918bf7f --- /dev/null +++ b/puzzle/dummy/index.dox @@ -0,0 +1,9 @@ +// vim:ft=doxygen +/** +\ingroup puz +\defgroup puz_dummy Dummy +\brief Demo puzzle module + +The dummy puzzle module consists of an empty Arduino sketch, and can be used as +a starting point for developing new puzzle modules. +*/ |