Skip to content

Commit 8421b45

Browse files
authored
Revert "Make doxygen buildable again (#2423)" (#2437)
This reverts commit 65a8907.
1 parent 829c067 commit 8421b45

File tree

1 file changed

+6
-0
lines changed
  • src/rp2_common/pico_lwip

1 file changed

+6
-0
lines changed

src/rp2_common/pico_lwip/doc.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,19 @@
5151
*
5252
* This library enables you to make use of the LwIP HTTP client and server library
5353
*
54+
* \par LwIP HTTP server
55+
*
5456
* To make use of the LwIP HTTP server you need to provide the HTML that the server will return to the client.
5557
* This is done by compiling the content directly into the executable.
5658
*
59+
* \par makefsdata
60+
*
5761
* LwIP provides a c-library tool `makefsdata` to compile your HTML into a source file for inclusion into your program.
5862
* This is quite hard to use as you need to compile the tool as a native binary, then run the tool to generate a source file
5963
* before compiling your code for the Pico device.
6064
*
65+
* \par pico_set_lwip_httpd_content
66+
*
6167
* To make this whole process easier, a python script `makefsdata.py` is provided to generate a source file for your HTML content.
6268
* A CMake function `pico_set_lwip_httpd_content` takes care of running the `makefsdata.py` python script for you.
6369
* To make use of this, specify the name of the source file as `pico_fsdata.inc` in `lwipopts.h`.

0 commit comments

Comments
 (0)