From 97650353763a899b102af470e6e542fbed453734 Mon Sep 17 00:00:00 2001 From: Dean Date: Thu, 17 May 2012 21:08:53 +0000 Subject: Update project Doxygen and makefiles so that the resulting project documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2221 d5102386-fcda-11dd-9fdb-3debd5008f28 --- Projects/Webserver/Doxygen.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Projects/Webserver/Doxygen.conf') diff --git a/Projects/Webserver/Doxygen.conf b/Projects/Webserver/Doxygen.conf index 269eb661..691ce6a7 100644 --- a/Projects/Webserver/Doxygen.conf +++ b/Projects/Webserver/Doxygen.conf @@ -32,7 +32,7 @@ PROJECT_NAME = "LUFA Library - uIP Powered Webserver Project" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.0.0 +PROJECT_NUMBER = # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer @@ -1132,7 +1132,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project # navigation tree you can set this option to NO if you already set # GENERATE_TREEVIEW to YES. -DISABLE_INDEX = NO +DISABLE_INDEX = YES # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index # structure should be generated to display hierarchical information. -- cgit v1.2.3