doc: add naive doxygen support
This commit is contained in:
parent
09a9f7f9a4
commit
08155c41f3
2384
Doxyfile.in
Normal file
2384
Doxyfile.in
Normal file
File diff suppressed because it is too large
Load Diff
@ -64,3 +64,8 @@ pkgincludedir = $(includedir)/cruft/vk
|
||||
pkglibdir = $(libdir)/
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libcruft-vk.pc
|
||||
|
||||
.PHONY: doc
|
||||
|
||||
doc: $(top_builddir)/Doxyfile
|
||||
doxygen $<
|
||||
|
@ -54,5 +54,5 @@ AC_SUBST([UTIL_CRUFT_LIBS])
|
||||
|
||||
AX_APPEND_FLAG([-include config.h])
|
||||
|
||||
AC_CONFIG_FILES([libcruft-vk.pc Makefile])
|
||||
AC_CONFIG_FILES([Doxyfile libcruft-vk.pc Makefile])
|
||||
AC_OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user