This commit is contained in:
Roland Gruber 2017-12-13 16:09:26 +01:00
parent db504da5d7
commit 564fc2ed7f
2 changed files with 6 additions and 2 deletions

View File

@ -60,6 +60,10 @@ This is a list of API changes for all LAM releases.
<br>
<h2>6.1 -&gt; 6.2</h2>
<ul>
<li>No major API changes</li>
</ul>
<h2>6.0 -&gt; 6.1</h2>
<ul>
<li>module API</li>
@ -616,4 +620,4 @@ The class variable "triggered_messages" in baseModule was removed.<br>
<br>
</body></html>
</body></html>

View File

@ -2,4 +2,4 @@
rm -rf docs/phpdoc
mkdir docs/phpdoc
phpdoc -d ./ -t docs/phpdoc --title "LDAP Account Manager" --template clean --defaultpackagename main -e php,inc --ignore lib/en*,lib/env.inc
phpdoc -d ./ -t docs/phpdoc --title "LDAP Account Manager" --template clean --defaultpackagename main -e php,inc --ignore lib/en*,lib/env.inc,lib/3rdParty*,templates/3rdParty*