diff --git a/jOOQ-website/src/main/resources/manual-3.0.xml b/jOOQ-website/src/main/resources/manual-3.0.xml
index d14e2fb97d..5e0367690b 100644
--- a/jOOQ-website/src/main/resources/manual-3.0.xml
+++ b/jOOQ-website/src/main/resources/manual-3.0.xml
@@ -8923,12 +8923,6 @@ public class AsInDatabaseStrategy extends DefaultGeneratorStrategy {
Defaults to true -->
+ Some of the above properties depend on other properties to work correctly. For instance, when generating immutable pojos, pojos must be generated. jOOQ will enforce such properties even if you tell it otherwise. Here is a list of property interdependencies: +
+ +daos = true, then jOOQ will set relations = truedaos = true, then jOOQ will set records = truedaos = true, then jOOQ will set pojos = trueimmutablePojos = true, then jOOQ will set pojos = true