From 524869a644004b2b5eae9c6cdb14a20c0e877778 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 9 Sep 2019 14:47:40 +0200 Subject: Add Doxygen based reference manual to build system This commit modifies the build system to optionally generate a reference manual for libsquashfs using Doxygen (if Doxygen is available and the manual is explicitly built). Signed-off-by: David Oberhollenzer --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ce80dd9..ff178be 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ libtool ltmain.sh m4/libtool.m4 m4/lt*.m4 +Doxyfile -- cgit v1.2.3