diff options
Diffstat (limited to 'website/templates/features/configuration.html')
-rw-r--r-- | website/templates/features/configuration.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/features/configuration.html b/website/templates/features/configuration.html index 642332a0..0491d832 100644 --- a/website/templates/features/configuration.html +++ b/website/templates/features/configuration.html @@ -70,7 +70,7 @@ </@f.overview> <@f.featureSection> - <h3>Global config keys</h3> + <@f.main.h3 title="Global config keys" /> <p> To stop lombok from looking at parent directories for more configuration files, the special key: @@ -98,7 +98,7 @@ </@f.featureSection> <@f.featureSection> - <h3>Config keys that can affect any source file</h3> + <@f.main.h3 title="Config keys that can affect any source file" /> <p> These config keys can make lombok affect source files even if they have 0 lombok annotations in them.<br /> |