From 4ed3a062c08e39d21b23d88f3d2a4934bac390d7 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 2 Oct 2017 23:36:10 +0200 Subject: add ids to h1/h2/h3 for linking directly to them --- website/templates/features/configuration.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'website/templates/features/configuration.html') 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.featureSection> -

Global config keys

+ <@f.main.h3 title="Global config keys" />

To stop lombok from looking at parent directories for more configuration files, the special key: @@ -98,7 +98,7 @@ <@f.featureSection> -

Config keys that can affect any source file

+ <@f.main.h3 title="Config keys that can affect any source file" />

These config keys can make lombok affect source files even if they have 0 lombok annotations in them.
-- cgit