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 RPN_CALCULATOR_FACE_H_
|
||||
#define RPN_CALCULATOR_FACE_H_
|
||||
|
||||
/*
|
||||
* RPN CALCULATOR face
|
||||
*
|
||||
* A calculator face using reverse polish notation (RPN).
|
||||
*
|
||||
* For usage instructions, please refer to the wiki:
|
||||
* https://www.sensorwatch.net/docs/watchfaces/complication/#rpn-calculator
|
||||
*/
|
||||
|
||||
#include "movement.h"
|
||||
|
||||
#define RPN_CALCULATOR_STACK_SIZE 4
|
||||
|
||||
Reference in New Issue
Block a user