# Add these parameters to your javadoc command to generate docs with XTDB CSS styles.
-encoding UTF-8 -docencoding utf-8 -charset utf-8 -stylesheetfile <path_to_styles.css>
# such as:
javadoc -Xdoclint:none -d xtdb-javadoc/ -cp `lein classpath` -sourcepath core/src xtdb.api -subpackages xtdb.api.tx -encoding UTF-8 -docencoding utf-8 -charset utf-8 -stylesheetfile docs/javadocs/styles.css