comparison 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
comparison
equal deleted inserted replaced
1594:74ed691f9c64 1595:621e4e11783d
43 # With the PROJECT_LOGO tag one can specify an logo or icon that is 43 # With the PROJECT_LOGO tag one can specify an logo or icon that is
44 # included in the documentation. The maximum height of the logo should not 44 # included in the documentation. The maximum height of the logo should not
45 # exceed 55 pixels and the maximum width should not exceed 200 pixels. 45 # exceed 55 pixels and the maximum width should not exceed 200 pixels.
46 # Doxygen will copy the logo to the output directory. 46 # Doxygen will copy the logo to the output directory.
47 47
48 PROJECT_LOGO = @ORTHANC_STONE_ROOT@/Resources/OrthancLogoDocumentation.png 48 PROJECT_LOGO = @ORTHANC_STONE_ROOT@/../Resources/OrthancLogoDocumentation.png
49 49
50 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 50 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
51 # base path where the generated documentation will be put. 51 # base path where the generated documentation will be put.
52 # If a relative path is entered, it will be relative to the location 52 # If a relative path is entered, it will be relative to the location
53 # where doxygen was started. If left blank the current directory will be used. 53 # where doxygen was started. If left blank the current directory will be used.
653 # The INPUT tag can be used to specify the files and/or directories that contain 653 # The INPUT tag can be used to specify the files and/or directories that contain
654 # documented source files. You may enter file names like "myfile.cpp" or 654 # documented source files. You may enter file names like "myfile.cpp" or
655 # directories like "/usr/src/myproject". Separate the files or directories 655 # directories like "/usr/src/myproject". Separate the files or directories
656 # with spaces. 656 # with spaces.
657 657
658 INPUT = @ORTHANC_STONE_ROOT@/Framework \ 658 INPUT = @ORTHANC_STONE_ROOT@/ \
659 @ORTHANC_STONE_ROOT@/Platforms 659 @ORTHANC_STONE_ROOT@/../../Applications/Platforms/
660 660
661 # This tag can be used to specify the character encoding of the source files 661 # This tag can be used to specify the character encoding of the source files
662 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 662 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
663 # also the default input encoding. Doxygen uses libiconv (or the iconv built 663 # also the default input encoding. Doxygen uses libiconv (or the iconv built
664 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for 664 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
686 # excluded from the INPUT source files. This way you can easily exclude a 686 # excluded from the INPUT source files. This way you can easily exclude a
687 # subdirectory from a directory tree whose root is specified with the INPUT tag. 687 # subdirectory from a directory tree whose root is specified with the INPUT tag.
688 # Note that relative paths are relative to the directory from which doxygen is 688 # Note that relative paths are relative to the directory from which doxygen is
689 # run. 689 # run.
690 690
691 EXCLUDE = @ORTHANC_STONE_ROOT@/Framework/Orthanc/Resources/ 691 EXCLUDE = @ORTHANC_STONE_ROOT@/../../Applications/Platforms/WebAssembly/SharedLibrary/
692 692
693 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or 693 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
694 # directories that are symbolic links (a Unix file system feature) are excluded 694 # directories that are symbolic links (a Unix file system feature) are excluded
695 # from the input. 695 # from the input.
696 696