comparison Resources/OrthancStone.doxygen @ 7:a60ff142ceb5

fix doxygen paths
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Oct 2016 16:48:02 +0200
parents 351ab0da0150
children 946377d1c992
comparison
equal deleted inserted replaced
6:b8100f56d513 7:a60ff142ceb5
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 \ 658 INPUT = @ORTHANC_STONE_DIR@/Framework
659 @ORTHANC_STONE_DIR@/Tests/Sdl/dev.h
660 659
661 # 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
662 # 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
663 # 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
664 # 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
686 # 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
687 # 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.
688 # 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
689 # run. 688 # run.
690 689
691 EXCLUDE = @ORTHANC_STONE_DIR@/Framework/Orthanc/Plugins/ \ 690 EXCLUDE = @ORTHANC_STONE_DIR@/Framework/Orthanc/Resources/
692 @ORTHANC_STONE_DIR@/Framework/Orthanc/Resources/ \
693 @ORTHANC_STONE_DIR@/Framework/Orthanc/Sdk-1.1.0/
694 691
695 # 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
696 # 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
697 # from the input. 694 # from the input.
698 695