dolibarr/build/pdf
Laurent Destailleur 5e2494a82c Update doc
2020-09-13 13:17:21 +02:00
..
htmldoc_en.book Work on pdf doc generator 2014-02-10 00:25:16 +01:00
README.txt Update doc 2020-09-13 13:17:21 +02:00

To make htmldoc working from wiki.dolibarr.org, the wiki must be modified to have

To disable part of content, add: 
class="htmldoc-ignore" 
with css
.htmldoc-ignore { display: none; }

Note:
$_SERVER["HTTP_USER_AGENT"] is "HTMLDOC/x.y.z"
$_COOKIE["htmldoc"] may also be defined if set on command line.