doc: remove Doxygen configuration

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
This commit is contained in:
VirtualTam 2019-01-18 22:44:21 +01:00
bovenliggende 7be2a2d5f4
commit 9eb6055abb
3 gewijzigde bestanden met toevoegingen van 0 en 2383 verwijderingen

1
.gitignore vendored
Bestand weergeven

@ -22,7 +22,6 @@ inc/languages/*/LC_MESSAGES/shaarli.mo
# Development and test resources
coverage
doxygen
sandbox
phpmd.html
phpdoc.xml

2377
Doxyfile

Diff onderdrukt omdat het te groot bestand Laad Diff

Bestand weergeven

@ -146,11 +146,6 @@ authors:
@git shortlog -sne > AUTHORS
@rm .mailmap
### generate Doxygen documentation
doxygen: clean
@rm -rf doxygen
@doxygen Doxyfile
### generate phpDocumentor documentation
phpdoc: clean
@docker run --rm -v $(PWD):/data -u `id -u`:`id -g` phpdoc/phpdoc