# HG changeset patch # User Olaf Wintermann # Date 1505639472 -7200 # Node ID 4a1596b45ff2f67de177e701b3273d73b34a2358 # Parent c3d98b2cccf33d28992c14b8d60e65ba670fd3e2 fixes syntax error in configuration.md diff -r c3d98b2cccf3 -r 4a1596b45ff2 docs/html/configuration.html --- a/docs/html/configuration.html Mon Sep 11 17:55:37 2017 +0200 +++ b/docs/html/configuration.html Sun Sep 17 11:11:12 2017 +0200 @@ -97,7 +97,7 @@

If this element has the value of true, content and resource name encryption/decryption is enabled. Resources are only encrypted if the repository has a default-key or a key is specified via command line option. Because encryption and decryption is disabled by default, false has no effect for this element.

Type: boolean
Default: false
-Example: `true

+Example: <full-encryption>true</full-encryption>

content-encryption

This element enables only content encryption and decryption. A value of false disables content encryption, but it does not disables content decryption, if this is enabled with <decrypt-content>.

Type: boolean
diff -r c3d98b2cccf3 -r 4a1596b45ff2 docs/src/configuration.md --- a/docs/src/configuration.md Mon Sep 11 17:55:37 2017 +0200 +++ b/docs/src/configuration.md Sun Sep 17 11:11:12 2017 +0200 @@ -54,7 +54,7 @@ Type: boolean \ Default: false \ -Example: `true +Example: `true` ### content-encryption