Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2020-05-20 10:47:48 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-05-20 10:47:48 +0300
commit713f4915923451550fa7f893381fdf3b563e32d4 (patch)
treea626fe06669d7ac626fe7926514d7aa90094074c /Doxyfile
parent9db063938beb4fa7312e74393155a19a2ac5ad74 (diff)
Cleaning up glib deprecations
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index a28d1677a..82987a6a6 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -58,7 +58,7 @@ PROJECT_LOGO = ./data/desktop/96x96/apps/org.remmina.Remmina.png
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
-OUTPUT_DIRECTORY = ../RemminaDoc/docs
+OUTPUT_DIRECTORY = ../RemminaDoc/public
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
@@ -950,7 +950,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 = README.md
+USE_MDFILE_AS_MAINPAGE = Home.md
#---------------------------------------------------------------------------
# Configuration options related to source browsing