From 237d7e4c1c99762ee856d360eb64c3aab453c4bf Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 22 May 2012 19:29:22 +0000 Subject: Add a hex calculator example to NxWM git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4760 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/Doxygen/Doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NxWidgets/Doxygen') diff --git a/NxWidgets/Doxygen/Doxyfile b/NxWidgets/Doxygen/Doxyfile index 0451ce6a0..979f5720f 100644 --- a/NxWidgets/Doxygen/Doxyfile +++ b/NxWidgets/Doxygen/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = NXWidgets # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "1.0" +PROJECT_NUMBER = "1.1" # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -574,7 +574,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = "../libnxwidgets" +INPUT = "../libnxwidgets" "../nxwm" # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is -- cgit v1.2.3