From 01941c6e8494f257f25ba35b399dfbd48e5b34e9 Mon Sep 17 00:00:00 2001 From: Bo Date: Thu, 28 Nov 2024 14:12:11 +0700 Subject: [PATCH] docs --- fio-stl.h | 4 ++-- fio-stl.md | 3 +-- fio-stl/439 http.h | 4 ++-- fio-stl/439 http.md | 3 +-- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/fio-stl.h b/fio-stl.h index b24fed2..63ae7fb 100644 --- a/fio-stl.h +++ b/fio-stl.h @@ -44861,8 +44861,8 @@ typedef struct fio_http_settings_s { */ fio_str_info_s public_folder; /** - * The max-age value (in seconds) for possibly caching static files from the - * public folder specified. + * The max-age value (in seconds) for caching static files send from + * `public_folder`. * * Defaults to 0 (not sent). */ diff --git a/fio-stl.md b/fio-stl.md index cff3cc4..51eae10 100644 --- a/fio-stl.md +++ b/fio-stl.md @@ -11375,8 +11375,7 @@ typedef struct fio_http_settings_s { */ fio_str_info_s public_folder; /** - * The max-age value (in seconds) for possibly caching static files from the - * public folder specified. + * The max-age value (in seconds) for caching static files send from `public_folder`. * * Defaults to 0 (not sent). */ diff --git a/fio-stl/439 http.h b/fio-stl/439 http.h index 9fe5362..2d016df 100644 --- a/fio-stl/439 http.h +++ b/fio-stl/439 http.h @@ -111,8 +111,8 @@ typedef struct fio_http_settings_s { */ fio_str_info_s public_folder; /** - * The max-age value (in seconds) for possibly caching static files from the - * public folder specified. + * The max-age value (in seconds) for caching static files send from + * `public_folder`. * * Defaults to 0 (not sent). */ diff --git a/fio-stl/439 http.md b/fio-stl/439 http.md index 4f1660f..660d588 100644 --- a/fio-stl/439 http.md +++ b/fio-stl/439 http.md @@ -65,8 +65,7 @@ typedef struct fio_http_settings_s { */ fio_str_info_s public_folder; /** - * The max-age value (in seconds) for possibly caching static files from the - * public folder specified. + * The max-age value (in seconds) for caching static files send from `public_folder`. * * Defaults to 0 (not sent). */