From 880805f7bef8e6ba46d59368c90ae9b3464fc28d Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Thu, 12 Mar 2020 00:43:44 +0100 Subject: [PATCH 1/3] Update red.doxy --- assets/red.doxy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/red.doxy b/assets/red.doxy index dd74377..fef372f 100644 --- a/assets/red.doxy +++ b/assets/red.doxy @@ -38,7 +38,7 @@ PROJECT_NAME = RedHttpServer # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 3.5.2 +PROJECT_NUMBER = 5.2.0 # 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 a @@ -58,7 +58,7 @@ PROJECT_LOGO = red.png # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = doxy_output +OUTPUT_DIRECTORY = doxygen # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and From bb689037b62389f4568c85270fa81ebc21da766d Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Thu, 12 Mar 2020 00:46:54 +0100 Subject: [PATCH 2/3] Update red.doxy --- assets/red.doxy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/red.doxy b/assets/red.doxy index fef372f..5aa8281 100644 --- a/assets/red.doxy +++ b/assets/red.doxy @@ -38,13 +38,13 @@ PROJECT_NAME = RedHttpServer # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 5.2.0 +PROJECT_NUMBER = 5.2.x # 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 a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = ".NET Standard library" +PROJECT_BRIEF = ".NET Standard web application framework" # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 From bd4c6dc96d727d8824a49b861f274d124ccce4c8 Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Sun, 15 Mar 2020 11:41:03 +0100 Subject: [PATCH 3/3] Fix doxyfile --- assets/red.doxy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/red.doxy b/assets/red.doxy index 5aa8281..9627967 100644 --- a/assets/red.doxy +++ b/assets/red.doxy @@ -51,7 +51,7 @@ PROJECT_BRIEF = ".NET Standard web application framework" # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = red.png +PROJECT_LOGO = assets/red.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is @@ -813,7 +813,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ../src/RedHttpServer +INPUT = src/RedHttpServer # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -1163,7 +1163,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = html +HTML_OUTPUT = documentation # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp).