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
parent 7be2a2d5f4
commit 9eb6055abb
3 changed files with 0 additions and 2383 deletions

1
.gitignore vendored
View File

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

2377
Doxyfile

File diff suppressed because it is too large Load Diff

View File

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