lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 816b8404 5/5: Use 'lmi.md' as doxygen main pa


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 816b8404 5/5: Use 'lmi.md' as doxygen main page
Date: Wed, 3 May 2023 07:17:58 -0400 (EDT)

branch: master
commit 816b8404e2231cb61365752eeabf1e890dea04f4
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Use 'lmi.md' as doxygen main page
    
    Rather weirdly, this requires mentioning the '.md' file explicitly in
    'INPUT'--whose former value was empty, signifying '.'--even though the
    markdown file, './lmi.md', is in the default 'INPUT' directory.
---
 Doxyfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Doxyfile b/Doxyfile
index 3d2befb2..62189fca 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -943,7 +943,7 @@ WARN_LOGFILE           =
 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
 # Note: If this tag is empty the current directory is searched.
 
-INPUT                  =
+INPUT                  = . lmi.md
 
 # 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
@@ -1096,7 +1096,7 @@ FILTER_SOURCE_PATTERNS =
 # (index.html). This can be useful if you have a project on for instance GitHub
 # and want to reuse the introduction page also for the doxygen output.
 
-USE_MDFILE_AS_MAINPAGE =
+USE_MDFILE_AS_MAINPAGE = "lmi.md"
 
 #---------------------------------------------------------------------------
 # Configuration options related to source browsing



reply via email to

[Prev in Thread] Current Thread [Next in Thread]