From 794b49afb916882eb802708c44f952b8974c1601 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 27 Nov 2024 07:58:57 +0000 Subject: [PATCH] Fix mis-matched backticks in doxygen --- src/common/README.md | 2 +- src/rp2_common/pico_standard_binary_info/doc.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/README.md b/src/common/README.md index 0f30a4211..5397946c4 100644 --- a/src/common/README.md +++ b/src/common/README.md @@ -1,3 +1,3 @@ This directory code that is common to all builds regardless of `PICO_PLATFORM`. It is a mix of common header files, or high level functionality built entirely using `hardware_` or `pico_` libraries provided -by the actual target `PICO_PLATFORM`` \ No newline at end of file +by the actual target `PICO_PLATFORM` diff --git a/src/rp2_common/pico_standard_binary_info/doc.h b/src/rp2_common/pico_standard_binary_info/doc.h index e24741ec1..3245681f6 100644 --- a/src/rp2_common/pico_standard_binary_info/doc.h +++ b/src/rp2_common/pico_standard_binary_info/doc.h @@ -9,11 +9,11 @@ * * The program name if defined (unless `PICO_NO_BINARY_SIZE=1`). The value is `PICO_PROGRAM_NAME` or `PICO_TARGET_NAME` if the former isn't defined * * The value of PICO_BOARD (unless `PICO_NO_BI_PICO_BOARD=1`) * * The SDK version (unless `PICO_NO_BI_SDK_VERSION=1`) - * * The program version string if defined (unless `PICO_NO_BI_PROGRAM_VERSION_STRING=1`). The value is `PICO_PROGRAM_VERSION_STRING`` + * * The program version string if defined (unless `PICO_NO_BI_PROGRAM_VERSION_STRING=1`). The value is `PICO_PROGRAM_VERSION_STRING` * * The program description if defined (unless `PICO_NO_BI_PROGRAM_DESCRIPTION=1`). The value is `PICO_PROGRAM_DESCRIPTION` * * The program url if defined (unless `PICO_NO_BI_PROGRAM_URL=1`). The value is `PICO_PROGRAM_URL` * * The boot stage 2 used if any (unless `PICO_NO_BI_BOOT_STAGE2_NAME=1`). The value is `PICO_BOOT_STAGE2_NAME` - * * The program build date (unless `PICO_NO_BI_PROGRAM_BUILD_DATE=1). The value defaults to the C preprocessor value `__DATE__`, but can be overridden with `PICO_PROGRAM_BUILD_DATE`. Note you should do a clean build if you want to be sure this value is up to date. + * * The program build date (unless `PICO_NO_BI_PROGRAM_BUILD_DATE=1`). The value defaults to the C preprocessor value `__DATE__`, but can be overridden with `PICO_PROGRAM_BUILD_DATE`. Note you should do a clean build if you want to be sure this value is up to date. * * The program build type (unless `PICO_NO_BI_BUILD_TYPE=1`). The value is `PICO_CMAKE_BUILD_TYPE` which comes from the CMake build - e.g. Release, Debug, RelMinSize * * The binary size (unless `PICO_NO_BI_BINARY_SIZE=1`) */