feat(Doxygen): forgotten function description
This commit is contained in:
parent
72aed56663
commit
d91bd4e375
@ -11,9 +11,11 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief
|
* @brief Gets the first number in a string
|
||||||
* param
|
* param String where you want to find the number
|
||||||
* return
|
* return The first number found (or -1 if none found)
|
||||||
|
* Gets the first number in a string. Can find numbers written as digits and
|
||||||
|
* words.
|
||||||
*/
|
*/
|
||||||
int getNum(const char *line) {
|
int getNum(const char *line) {
|
||||||
char *str = (char *)line;
|
char *str = (char *)line;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user