http://zookeeper.apache.org/doc/r3.5.2-alpha/ is not showing the documentation
which is released with zookeeper-3.5.2-alpha
Released tar ball has up to date documentation source but the generated
document is still old.
For example:
src\docs\src\documentation\content\xdocs\zookeeperProgrammers.xml has bellow
content
<varlistentry>
<term>zookeeper.sasl.client</term>
<listitem>
<para>Set the value to <emphasis
role="bold">false</emphasis> to disable
SASL authentication. Default is <emphasis
role="bold">true</emphasis>.</para>
</listitem>
</varlistentry>
But generated document file docs/zookeeperProgrammers.html does not have above
content.
-Arshad