diff OrthancStone/Resources/OrthancStone.doxygen @ 1595:621e4e11783d

doxygen target, more consistent ORTHANC_STONE_ROOT
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Oct 2020 17:42:13 +0100
parents e04c8fec263e
children 93c3f9234286
line wrap: on
line diff
--- a/OrthancStone/Resources/OrthancStone.doxygen	Mon Oct 26 15:52:11 2020 +0100
+++ b/OrthancStone/Resources/OrthancStone.doxygen	Mon Oct 26 17:42:13 2020 +0100
@@ -45,7 +45,7 @@
 # exceed 55 pixels and the maximum width should not exceed 200 pixels.
 # Doxygen will copy the logo to the output directory.
 
-PROJECT_LOGO           = @ORTHANC_STONE_ROOT@/Resources/OrthancLogoDocumentation.png
+PROJECT_LOGO           = @ORTHANC_STONE_ROOT@/../Resources/OrthancLogoDocumentation.png
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.
@@ -655,8 +655,8 @@
 # directories like "/usr/src/myproject". Separate the files or directories
 # with spaces.
 
-INPUT                  = @ORTHANC_STONE_ROOT@/Framework \
-                         @ORTHANC_STONE_ROOT@/Platforms
+INPUT                  = @ORTHANC_STONE_ROOT@/ \
+                         @ORTHANC_STONE_ROOT@/../../Applications/Platforms/
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -688,7 +688,7 @@
 # Note that relative paths are relative to the directory from which doxygen is
 # run.
 
-EXCLUDE                = @ORTHANC_STONE_ROOT@/Framework/Orthanc/Resources/
+EXCLUDE                = @ORTHANC_STONE_ROOT@/../../Applications/Platforms/WebAssembly/SharedLibrary/
 
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
 # directories that are symbolic links (a Unix file system feature) are excluded