This commit is contained in:
Roland Gruber 2017-12-13 16:09:26 +01:00
부모 db504da5d7
커밋 564fc2ed7f
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -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>

파일 보기

@ -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*