comparison Resources/OrthancPlugin.doxygen @ 1308:f7966e9950e4 db-changes

integration mainline->db-changes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Feb 2015 10:32:14 +0100
parents cf9779324cbf
children 61ce8147f30d
comparison
equal deleted inserted replaced
1210:178de5edc0a8 1308:f7966e9950e4
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 = @CMAKE_SOURCE_DIR@/Plugins/OrthancCPlugin/OrthancCPlugin.h 658 INPUT = @CMAKE_SOURCE_DIR@/Plugins/Include/OrthancCPlugin.h
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
707 # (namespaces, classes, functions, etc.) that should be excluded from the 707 # (namespaces, classes, functions, etc.) that should be excluded from the
708 # output. The symbol name can be a fully qualified name, a word, or if the 708 # output. The symbol name can be a fully qualified name, a word, or if the
709 # wildcard * is used, a substring. Examples: ANamespace, AClass, 709 # wildcard * is used, a substring. Examples: ANamespace, AClass,
710 # AClass::ANamespace, ANamespace::*Test 710 # AClass::ANamespace, ANamespace::*Test
711 711
712 EXCLUDE_SYMBOLS = _OrthancPlugin* 712 EXCLUDE_SYMBOLS = _OrthancPlugin* OrthancPluginGetName
713 713
714 # The EXAMPLE_PATH tag can be used to specify one or more files or 714 # The EXAMPLE_PATH tag can be used to specify one or more files or
715 # directories that contain example code fragments that are included (see 715 # directories that contain example code fragments that are included (see
716 # the \include command). 716 # the \include command).
717 717