comparison Resources/OrthancStone.doxygen @ 215:07792a582de9

fix path
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 06 Jun 2018 13:53:21 +0200
parents cee8f308a4bc
children 20f149669c1f
comparison
equal deleted inserted replaced
214:1c5a47dda299 215:07792a582de9
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_DIR@/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_DIR@/Framework @ORTHANC_STONE_DIR@/Platforms 658 INPUT = @ORTHANC_STONE_ROOT@/Framework @ORTHANC_STONE_ROOT@/Platforms
659 659
660 # This tag can be used to specify the character encoding of the source files 660 # This tag can be used to specify the character encoding of the source files
661 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 661 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
662 # also the default input encoding. Doxygen uses libiconv (or the iconv built 662 # also the default input encoding. Doxygen uses libiconv (or the iconv built
663 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for 663 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
685 # excluded from the INPUT source files. This way you can easily exclude a 685 # excluded from the INPUT source files. This way you can easily exclude a
686 # subdirectory from a directory tree whose root is specified with the INPUT tag. 686 # subdirectory from a directory tree whose root is specified with the INPUT tag.
687 # Note that relative paths are relative to the directory from which doxygen is 687 # Note that relative paths are relative to the directory from which doxygen is
688 # run. 688 # run.
689 689
690 EXCLUDE = @ORTHANC_STONE_DIR@/Framework/Orthanc/Resources/ 690 EXCLUDE = @ORTHANC_STONE_ROOT@/Framework/Orthanc/Resources/
691 691
692 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or 692 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
693 # directories that are symbolic links (a Unix file system feature) are excluded 693 # directories that are symbolic links (a Unix file system feature) are excluded
694 # from the input. 694 # from the input.
695 695