about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-08-24 20:11:16 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-08-24 20:12:35 +0200
commit37bc9d98eeb64692eae2c44167998b5670821d60 (patch)
tree83b7e0c626050d3748f99ad18cd4bbb8c1c2d737
parent5d4cf98ad932666857841c986aef01eadd22fd0f (diff)
doc(config.example.h): fix documentation output for BLOG_TITLE and BLOG_RSS_TTL
-rw-r--r--config.example.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.example.h b/config.example.h
index 850a2ca..655f1b6 100644
--- a/config.example.h
+++ b/config.example.h
@@ -46,6 +46,9 @@
 /*!
  * @name Site Metadata
  * @{
+ */
+
+/*!
  * @brief Site title
  *
  * Title of the site to serve.
@@ -82,6 +85,9 @@
 /*!
  * @name Caching
  * @{
+ */
+
+/*!
  * @brief TTL of RSS feed
  *
  * TTL (time to live) of the RSS feed in minutes. Feed readers may use this
@@ -97,6 +103,7 @@
  * @name Template settings
  * @{
  */
+
 /*!
  * @brief CSS url to use it `template/simple.c`
  *