diff OrthancServer/Resources/Orthanc.doxygen @ 4091:19a2f1d2b816 framework

moved CMakeLists.txt for the server to the OrthancServer folder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 07:30:50 +0200
parents 3dda0d73193c
children 5639ffda467b
line wrap: on
line diff
--- a/OrthancServer/Resources/Orthanc.doxygen	Mon Jun 29 19:33:22 2020 +0200
+++ b/OrthancServer/Resources/Orthanc.doxygen	Tue Jun 30 07:30:50 2020 +0200
@@ -51,7 +51,7 @@
 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
 # to the output directory.
 
-PROJECT_LOGO           = @CMAKE_SOURCE_DIR@/OrthancServer/Resources/OrthancLogoDocumentation.png
+PROJECT_LOGO           = @CMAKE_SOURCE_DIR@/Resources/OrthancLogoDocumentation.png
 
 # 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
@@ -754,8 +754,8 @@
 # spaces.
 # Note: If this tag is empty the current directory is searched.
 
-INPUT                  = @CMAKE_SOURCE_DIR@/OrthancFramework/Sources \
-                         @CMAKE_SOURCE_DIR@/OrthancServer/Sources
+INPUT                  = @CMAKE_SOURCE_DIR@/../OrthancFramework/Sources \
+                         @CMAKE_SOURCE_DIR@/Sources
 
 # 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