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,6 +25,15 @@
|
||||
#ifndef SIMPLE_CLOCK_FACE_H_
|
||||
#define SIMPLE_CLOCK_FACE_H_
|
||||
|
||||
/*
|
||||
* SIMPLE CLOCK FACE
|
||||
*
|
||||
* Displays the current time, matching the original operation of the watch.
|
||||
* This is the default display mode in most watch configurations.
|
||||
*
|
||||
* Long-press ALARM to toggle the hourly chime.
|
||||
*/
|
||||
|
||||
#include "movement.h"
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user