From 05af6f53256056eacb3813aff8aa606e83365f61 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Mon, 13 Jul 2015 17:53:36 +0200 Subject: Add a target to generate Doxygen documentation Relates to #95 Customizations for PHP/Shaarli: - add project information - index PHP files - index global functions - exclude directories Usage $ make doxygen $ firefox doxygen/index.html & Notes - classes can be found under "Data Structures" - global functions can be found under "Files > Globals > Functions" Signed-off-by: VirtualTam --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5a6b9241..b98c38b9 100644 --- a/.gitignore +++ b/.gitignore @@ -16,8 +16,9 @@ pagecache composer.lock /vendor/ -# Ignore test data & output +# Ignore development and test resources coverage +doxygen tests/datastore.php tests/dummycache/ phpmd.html -- cgit v1.2.3