Add ability to generate internal API documentation using Doxygen.

This commit is contained in:
Martin Whitaker
2022-02-19 16:17:40 +00:00
parent d09c5ed7b4
commit 76adad2fe6
45 changed files with 2967 additions and 232 deletions

View File

@@ -1,15 +1,17 @@
// SPDX-License-Identifier: GPL-2.0
#ifndef READ_H
#define READ_H
/*
/**
* \file
*
* Provides a function to read a numeric value.
*
* Copyright (C) 2020 Martin Whitaker.
* Copyright (C) 2020-2022 Martin Whitaker.
*/
#include <stdint.h>
/*
/**
* Returns an unsigned numeric value entered on the keyboard. Echoes the
* input to the display field located at (row,col), limiting it to field_width
* characters. If the entered value is prefixed by "0x", assumes base 16,