From ee61a1ebfe3c9cb5adb62aae9bbc8aedcc281e64 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 30 Dec 2022 01:40:34 +1000 Subject: [PATCH] `Doxyfile` add `LEGAL`, `LICENSE`, `NEWS` --- Doxyfile | 7 +++++-- NEWS | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index 3918937ef..ece327c80 100644 --- a/Doxyfile +++ b/Doxyfile @@ -26,7 +26,10 @@ INPUT = CONTRIBUTING.md \ mrblib \ doc \ doc/guides \ - doc/internal + doc/internal \ + LEGAL \ + LICENSE \ + NEWS # Red for Ruby HTML_COLORSTYLE_HUE = 359 @@ -279,7 +282,7 @@ OPTIMIZE_OUTPUT_VHDL = NO # Note that for custom extensions you also need to set FILE_PATTERNS otherwise # the files are not read by doxygen. -EXTENSION_MAPPING = +EXTENSION_MAPPING = no_extension=md # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments # according to the Markdown format, which allows for more readable diff --git a/NEWS b/NEWS index 8e8c1e41a..db4253988 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ -* NEWS +NEWS +---- This document is a list of user visible feature changes made between releases except for bug fixes.