doc: Add doxyfile for API doc creation

Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
Greg Tucker
2017-01-11 19:14:23 -07:00
parent d549db38e5
commit 9be74b389f
3 changed files with 36 additions and 7 deletions

View File

@@ -271,4 +271,8 @@ clean:
@$(RM) -r $(O) *.o *.a $(all_tests) $(lib_name) $(so_lib_name)
doc: isa-l.h
(cat Doxyfile; echo 'PROJECT_NUMBER=$(version)') | doxygen -
$(MAKE) -C generated_doc/latex &> generated_doc/latex_build_api.log
cp generated_doc/latex/refman.pdf isa-l_api_$(version).pdf