From ce247b9d1bef1314a1e23b3b1637e71b7ce06bee Mon Sep 17 00:00:00 2001 From: Philippe Brais Date: Mon, 1 Jan 2024 16:55:27 -0500 Subject: [PATCH 4/4] Use typewriter font for (non-linked) files and paths Improves readability. Can also use: monospace example words. Also, use Micro sign instead of letter u. --- doc/contrib.txt | 2 +- doc/doxygen/main_page.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/contrib.txt b/doc/contrib.txt index fe885474..5519f1db 100644 --- a/doc/contrib.txt +++ b/doc/contrib.txt @@ -53,6 +53,6 @@ features of Savannah help us not lose users' input. 2.4 Platform porters: -1. If you have ported lwIP to a platform (an OS, a uC/processor or a combination of these) and +1. If you have ported lwIP to a platform (an OS, a µC/processor or a combination of these) and you think it could benefit others[1] you might want to discuss this on the mailing list. You can also ask for Git access to submit and maintain your port in the lwIP/contrib subdir. diff --git a/doc/doxygen/main_page.h b/doc/doxygen/main_page.h index c4c9a10f..b17c4225 100644 --- a/doc/doxygen/main_page.h +++ b/doc/doxygen/main_page.h @@ -367,8 +367,8 @@ Call these functions in the order of appearance: * macro in an application that uses multithreading. lwIP code has * several places where a check for a correct thread context is * implemented which greatly helps the user to get threading done right. - * See the example sys_arch.c files in Unix and Win32 port - * in the lwIP/contrib subdirectory. + * See the example @c sys_arch.c files in Unix and Win32 port + * in the @c lwIP/contrib subdirectory. * * In short: Copy the functions sys_mark_tcpip_thread() and * sys_check_core_locking() to your port and modify them to work with your OS. -- 2.43.0.windows.1