docs
This commit is contained in:
parent
db504da5d7
commit
564fc2ed7f
|
@ -60,6 +60,10 @@ This is a list of API changes for all LAM releases.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
<h2>6.1 -> 6.2</h2>
|
||||||
|
<ul>
|
||||||
|
<li>No major API changes</li>
|
||||||
|
</ul>
|
||||||
<h2>6.0 -> 6.1</h2>
|
<h2>6.0 -> 6.1</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>module API</li>
|
<li>module API</li>
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
rm -rf docs/phpdoc
|
rm -rf docs/phpdoc
|
||||||
mkdir 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*
|
||||||
|
|
Loading…
Reference in New Issue