Added doc directory for Doxygen files and output

This commit is contained in:
Jaap Versteegh 2017-12-06 14:10:39 +01:00
parent b4f08813f9
commit 4bcdc8dad9
2 changed files with 2460 additions and 0 deletions

2445
doc/Doxyfile.in Normal file

File diff suppressed because it is too large Load Diff

15
doc/Makefile.am Normal file
View File

@ -0,0 +1,15 @@
#if HAVE_DOXYGEN
directory = $(top_srcdir)/doc
$(directory)/html: Doxyfile
$(DOXYGEN) Doxyfile
all-local: $(directory)/html
clean-local:
rm -rf $(directory)/html
rm -rf $(directory)/man
rm -rf $(directory)/xml
#endif