comparison Sphinx/source/developers/creating-plugins.rst @ 251:974d97395060

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Jun 2019 06:55:19 +0200
parents 540c2884cdf4
children a64197133114
comparison
equal deleted inserted replaced
250:540c2884cdf4 251:974d97395060
76 <https://www.boost.org/>`__ and `JsonCpp 76 <https://www.boost.org/>`__ and `JsonCpp
77 <https://github.com/open-source-parsers/jsoncpp>`__ if macro 77 <https://github.com/open-source-parsers/jsoncpp>`__ if macro
78 ``HAS_ORTHANC_EXCEPTION`` is set to ``0``: 78 ``HAS_ORTHANC_EXCEPTION`` is set to ``0``:
79 79
80 * `Plugins/Samples/Common/OrthanPluginCppWrapper.h 80 * `Plugins/Samples/Common/OrthanPluginCppWrapper.h
81 <https://bitbucket.org/sjodogne/orthanc/src/default/Plugins/Samples/Common/OrthancPluginCppWrapper.h>`__ 81 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.6/Plugins/Samples/Common/OrthancPluginCppWrapper.h>`__
82 * `Plugins/Samples/Common/OrthanPluginCppWrapper.cpp 82 * `Plugins/Samples/Common/OrthanPluginCppWrapper.cpp
83 <https://bitbucket.org/sjodogne/orthanc/src/default/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp>`__ 83 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.6/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp>`__
84 * `Plugins/Samples/Common/OrthanPluginException.h 84 * `Plugins/Samples/Common/OrthanPluginException.h
85 <https://bitbucket.org/sjodogne/orthanc/src/default/Plugins/Samples/Common/OrthancPluginException.h>`__ 85 <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.6/Plugins/Samples/Common/OrthancPluginException.h>`__