diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-04-06 11:37:02 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-04-06 18:07:58 -0400 |
commit | 6c4049b38a2e694d904b4bc4f3525efe68f2f611 (patch) | |
tree | bd7635ba7a30641d94e240b91bb6327609d3a071 /src/libutil/config.hh | |
parent | b7cd87a853e16fae72299336c568678f154bc345 (diff) |
Link the new general documentation on xp features on the setting
Diffstat (limited to 'src/libutil/config.hh')
-rw-r--r-- | src/libutil/config.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/config.hh b/src/libutil/config.hh index 8b0fe6555..b21f8a422 100644 --- a/src/libutil/config.hh +++ b/src/libutil/config.hh @@ -385,6 +385,8 @@ struct ExperimentalFeatureSettings : Config { Experimental features available: {{#include experimental-features.md}} + + Experimental features are [further documented](@docroot@/contributing/experimental-features.md) in the contribution guide. )"}; /** |