Mercurial > hg > orthanc
comparison Resources/Orthanc.doxygen @ 64:71c4a4abe90b orthanc-renaming
renaming of resources
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 16 Sep 2012 09:35:31 +0200 |
parents | 6da7fc87efaa |
children | 8fb9867d8089 |
comparison
equal
deleted
inserted
replaced
63:f1d0470ff334 | 64:71c4a4abe90b |
---|---|
23 DOXYFILE_ENCODING = UTF-8 | 23 DOXYFILE_ENCODING = UTF-8 |
24 | 24 |
25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded | 25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded |
26 # by quotes) that should identify the project. | 26 # by quotes) that should identify the project. |
27 | 27 |
28 PROJECT_NAME = Palanthir | 28 PROJECT_NAME = Orthanc |
29 | 29 |
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number. | 30 # The PROJECT_NUMBER tag can be used to enter a project or revision number. |
31 # This could be handy for archiving the generated documentation or | 31 # This could be handy for archiving the generated documentation or |
32 # if some version control system is used. | 32 # if some version control system is used. |
33 | 33 |
608 # The INPUT tag can be used to specify the files and/or directories that contain | 608 # The INPUT tag can be used to specify the files and/or directories that contain |
609 # documented source files. You may enter file names like "myfile.cpp" or | 609 # documented source files. You may enter file names like "myfile.cpp" or |
610 # directories like "/usr/src/myproject". Separate the files or directories | 610 # directories like "/usr/src/myproject". Separate the files or directories |
611 # with spaces. | 611 # with spaces. |
612 | 612 |
613 INPUT = @CMAKE_SOURCE_DIR@/Core @CMAKE_SOURCE_DIR@/PalanthirServer @CMAKE_SOURCE_DIR@/PalanthirCppClient | 613 INPUT = @CMAKE_SOURCE_DIR@/Core @CMAKE_SOURCE_DIR@/OrthancServer @CMAKE_SOURCE_DIR@/OrthancCppClient |
614 | 614 |
615 # This tag can be used to specify the character encoding of the source files | 615 # This tag can be used to specify the character encoding of the source files |
616 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is | 616 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is |
617 # also the default input encoding. Doxygen uses libiconv (or the iconv built | 617 # also the default input encoding. Doxygen uses libiconv (or the iconv built |
618 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for | 618 # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for |
660 # (namespaces, classes, functions, etc.) that should be excluded from the | 660 # (namespaces, classes, functions, etc.) that should be excluded from the |
661 # output. The symbol name can be a fully qualified name, a word, or if the | 661 # output. The symbol name can be a fully qualified name, a word, or if the |
662 # wildcard * is used, a substring. Examples: ANamespace, AClass, | 662 # wildcard * is used, a substring. Examples: ANamespace, AClass, |
663 # AClass::ANamespace, ANamespace::*Test | 663 # AClass::ANamespace, ANamespace::*Test |
664 | 664 |
665 EXCLUDE_SYMBOLS = Palanthir::Internals | 665 EXCLUDE_SYMBOLS = Orthanc::Internals |
666 | 666 |
667 # The EXAMPLE_PATH tag can be used to specify one or more files or | 667 # The EXAMPLE_PATH tag can be used to specify one or more files or |
668 # directories that contain example code fragments that are included (see | 668 # directories that contain example code fragments that are included (see |
669 # the \include command). | 669 # the \include command). |
670 | 670 |