From 45b568dcad1c0424826ef38f1cb15d918e66fe5b Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 27 Apr 2011 11:10:05 -0500 Subject: [PATCH] added info about the doxygen target --- CHANGELOG | 2 ++ README | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index f4fc83b..743bfd3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -19,6 +19,8 @@ v0.14 -- ? wiiuse_set_output in wiiuse.h. The preprocessor symbol WIIUSE_HAS_OUTPUT_REDIRECTION indicates the presence of this feature. Thanks to Johannes Zarl for this handy feature! + - Doxyfile and "doc" target to the build system, to easily make + use of the documentation already in the code. (rp) Fixed: - Off-by-two overflow in IR dot ordering - thanks to Karl Semich (xloem on GitHub) - Documentation typo fix - thanks to Johannes Zarl diff --git a/README b/README index f04e70a..1cacb79 100644 --- a/README +++ b/README @@ -130,6 +130,10 @@ COMPILING - wiiuseexample-sdl Compiles wiiuse-sdl + - doc + Generates doxygen-based API documentation in HTML and PDF + format in docs-generated + Become root. # make install