From 0c4dc672646656fb0f812854a958e9684935a983 Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Thu, 3 May 2018 21:37:26 +0200 Subject: Updated doxygen config as per #1599 and #1600 --- Doxyfile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index 7e280e4a6..d27cdacd7 100644 --- a/Doxyfile +++ b/Doxyfile @@ -51,7 +51,7 @@ PROJECT_BRIEF = "Remmina is a remote desktop client written in GTK+, ai # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = ./remmina/desktop/scalable/apps/remmina.svg +PROJECT_LOGO = ./data/desktop/scalable/apps/remmina.svg # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is @@ -796,9 +796,8 @@ INPUT = CHANGELOG.md \ CONTRIBUTING.md \ README.md \ ../Remmina.wiki \ - remmina \ + src \ plugins \ - remmina-plugin-secret \ scripts # This tag can be used to specify the character encoding of the source files @@ -1242,7 +1241,7 @@ DOCSET_FEEDNAME = "Doxygen generated docs" # The default value is: org.doxygen.Project. # This tag requires that the tag GENERATE_DOCSET is set to YES. -DOCSET_BUNDLE_ID = org.doxygen.Project +DOCSET_BUNDLE_ID = org.remmina.Remmina # The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify # the documentation publisher. This should be a reverse domain-name style @@ -1250,7 +1249,7 @@ DOCSET_BUNDLE_ID = org.doxygen.Project # The default value is: org.doxygen.Publisher. # This tag requires that the tag GENERATE_DOCSET is set to YES. -DOCSET_PUBLISHER_ID = org.doxygen.Publisher +DOCSET_PUBLISHER_ID = org.remmina.Remmina # The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. # The default value is: Publisher. @@ -1341,7 +1340,7 @@ QCH_FILE = # The default value is: org.doxygen.Project. # This tag requires that the tag GENERATE_QHP is set to YES. -QHP_NAMESPACE = org.doxygen.Project +QHP_NAMESPACE = org.remmina.Remmina # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt # Help Project output. For more information please see Qt Help Project / Virtual @@ -1397,7 +1396,7 @@ GENERATE_ECLIPSEHELP = NO # The default value is: org.doxygen.Project. # This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. -ECLIPSE_DOC_ID = org.doxygen.Project +ECLIPSE_DOC_ID = org.remmina.Remmina # If you want full control over the layout of the generated HTML pages it might # be necessary to disable the index and replace it with your own. The -- cgit v1.2.3