Fix missing documentation for many clock faces:
* Move from .c to .h as needed for consistency. * When missing from both, copy from pull request or wiki. * When missing entirely, infer functionality from source code.
This commit is contained in:
@@ -25,10 +25,8 @@
|
||||
#ifndef TAROT_FACE_H_
|
||||
#define TAROT_FACE_H_
|
||||
|
||||
#include "movement.h"
|
||||
|
||||
/*
|
||||
* Tarot card watch face
|
||||
* TAROT CARD watch face
|
||||
*
|
||||
* Draw from a deck of tarot cards. Can choose between major arcana only or
|
||||
* entire deck.
|
||||
@@ -62,6 +60,8 @@
|
||||
* - Light button (long press): go back to Draw screen, for choosing different draw parameters.
|
||||
*/
|
||||
|
||||
#include "movement.h"
|
||||
|
||||
#define MAX_CARDS_TO_DRAW 10
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user