mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-21 22:17:41 +01:00
Replaced phpdoc by doxygen
This commit is contained in:
parent
b0d194daca
commit
08e3d4c20b
10
Makefile
10
Makefile
@ -14,10 +14,7 @@ view-coverage: ## Shows the code coverage report
|
|||||||
open build/coverage/index.html
|
open build/coverage/index.html
|
||||||
|
|
||||||
api: ## Generates api-docs
|
api: ## Generates api-docs
|
||||||
mkdir -p vendor/bin/
|
doxygen
|
||||||
wget -O vendor/bin/phpdoc http://www.phpdoc.org/phpDocumentor.phar
|
|
||||||
chmod +x vendor/bin/phpdoc
|
|
||||||
vendor/bin/phpdoc
|
|
||||||
|
|
||||||
dist: ## Generates distribution
|
dist: ## Generates distribution
|
||||||
touch .libpairtwo-dist
|
touch .libpairtwo-dist
|
||||||
@ -29,10 +26,7 @@ dist: ## Generates distribution
|
|||||||
rm dist/composer.json
|
rm dist/composer.json
|
||||||
rm dist/composer.lock
|
rm dist/composer.lock
|
||||||
mv dist/composer-dist-installed.json dist/composer.json
|
mv dist/composer-dist-installed.json dist/composer.json
|
||||||
mkdir -p vendor/bin/
|
doxygen
|
||||||
wget -O vendor/bin/phpdoc http://www.phpdoc.org/phpDocumentor.phar
|
|
||||||
chmod +x vendor/bin/phpdoc
|
|
||||||
vendor/bin/phpdoc
|
|
||||||
mkdir -p dist/doc
|
mkdir -p dist/doc
|
||||||
cp -r doc/api dist/doc
|
cp -r doc/api dist/doc
|
||||||
cd dist && zip -r ../libpairtwo-dist *
|
cd dist && zip -r ../libpairtwo-dist *
|
||||||
|
12
phpdoc.xml
12
phpdoc.xml
@ -1,12 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<phpdoc>
|
|
||||||
<parser>
|
|
||||||
<target>doc/api</target>
|
|
||||||
</parser>
|
|
||||||
<transformer>
|
|
||||||
<target>doc/api</target>
|
|
||||||
</transformer>
|
|
||||||
<files>
|
|
||||||
<directory>src/</directory>
|
|
||||||
</files>
|
|
||||||
</phpdoc>
|
|
BIN
res/logo-darkback-96px.png
Normal file
BIN
res/logo-darkback-96px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
BIN
res/logo-lightback-96px.png
Normal file
BIN
res/logo-lightback-96px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
Loading…
Reference in New Issue
Block a user