From: Fletcher T. Penney Date: Sun, 14 Jun 2015 20:24:32 +0000 (-0400) Subject: improve README and doxygen set-up X-Git-Tag: 0.1.0a~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9cd9ec15997b36117b0daee909bf7153817afd63;p=multimarkdown improve README and doxygen set-up --- diff --git a/templates/README.md.in b/templates/README.md.in index 5201bf5..12f6a3d 100644 --- a/templates/README.md.in +++ b/templates/README.md.in @@ -1,6 +1,3 @@ -Main Page {#mainpage} -========= - ## About ## | | | diff --git a/templates/doxygen.conf.in b/templates/doxygen.conf.in index ecb0d71..934549d 100644 --- a/templates/doxygen.conf.in +++ b/templates/doxygen.conf.in @@ -779,7 +779,7 @@ FILTER_SOURCE_PATTERNS = # (index.html). This can be useful if you have a project on for instance GitHub # and want reuse the introduction page also for the doxygen output. -USE_MDFILE_AS_MAINPAGE = @PROJECT_BINARY_DIR@/README.md +USE_MDFILE_AS_MAINPAGE = README.md #--------------------------------------------------------------------------- # configuration options related to source browsing