doc: improve naive doxygen support

This commit is contained in:
Danny Robson 2016-02-26 17:04:54 +11:00
parent aac637e3c3
commit b7973dacd4
2 changed files with 1773 additions and 894 deletions

File diff suppressed because it is too large Load Diff

View File

@ -413,3 +413,8 @@ LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver
TESTS = $(top_builddir)/test/json-parse $(top_builddir)/test/json-schema $(TEST_BIN)
check_PROGRAMS = $(TEST_BIN)
EXTRA_DIST += test/json test/json-parse test/json-schema
.PHONY: doc
doc: $(top_builddir)/Doxyfile
doxygen $<