lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 395ef3f8 2/5: Specify directories for doxygen


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 395ef3f8 2/5: Specify directories for doxygen
Date: Tue, 25 Apr 2023 19:17:18 -0400 (EDT)

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

    Specify directories for doxygen
    
    Establish a directory
        /opt/lmi/web/lmi/
    to mirror savannah's
      www.nongnu.org/lmi/
    using 'doxygen/' as the name of doxygen's HTML subdirectory (because
    HTML is the only format used).
---
 Doxyfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Doxyfile b/Doxyfile
index 7bc464ac..08c24356 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -88,7 +88,7 @@ PROJECT_LOGO           =
 # entered, it will be relative to the location where doxygen was started. If
 # left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = "documentation"
+OUTPUT_DIRECTORY       = "../../web/lmi"
 
 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
 # sub-directories (in 2 levels) under the output directory of each output 
format
@@ -1238,7 +1238,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            = doxygen
 
 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for 
each
 # generated HTML page (for example: .htm, .php, .asp).



reply via email to

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