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
父節點 7be2a2d5f4
當前提交 9eb6055abb
共有 3 個檔案被更改,包括 0 行新增2383 行删除

1
.gitignore vendored
查看文件

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

2377
Doxyfile

檔案差異因為檔案過大而無法顯示 載入差異

查看文件

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