From: Rafał Długołęcki Date: Tue, 26 Jul 2016 07:20:09 +0000 (+0200) Subject: Render README.md in doxygen properly X-Git-Url: https://git.dlugolecki.net.pl/?p=vlp.git;a=commitdiff_plain;h=102bb4502a025413347099ad598270ded98fa2f0 Render README.md in doxygen properly --- diff --git a/Doxyfile.in b/Doxyfile.in index 89a7ae6..ab239d1 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -243,7 +243,7 @@ OPTIMIZE_OUTPUT_VHDL = NO # that for custom extensions you also need to set FILE_PATTERNS otherwise the # files are not read by doxygen. -EXTENSION_MAPPING = +EXTENSION_MAPPING = md=Markdown # If MARKDOWN_SUPPORT is enabled (the default) then doxygen pre-processes all # comments according to the Markdown format, which allows for more readable diff --git a/README.md b/README.md index c94f96e..0efc4c7 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,12 @@ Where could I find out more about Loglan? What is a difference between official project and this one? ----------------------------------------------------------- -This is a fork Qt3 based VLP. Last entry of original code is dated: 15 Jan 1998. -Qt3 was released on: 16 October 2001, so precise date is not known by me. +This is a fork of Qt3 based VLP. Last entry of original code is dated: +15 Jan 1998. Qt3 was released on: 16 October 2001, so precise date is not known +by me. -Fork contains VLP, Loglan compilator and interpreter. It is carried -independently by me (Rafał Długołęcki). +Fork contains VLP, Loglan compiler and interpreter. It is carried independently +by me (Rafał Długołęcki). Main targets of this fork are: 1. Document everything