From: Luca Heltai Date: Mon, 7 May 2018 12:29:24 +0000 (+0200) Subject: Added references to step-60 in header files. X-Git-Tag: v9.1.0-rc1~1190^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cea4919916d30f7fed06c14cd4ff2feb24a9a398;p=dealii.git Added references to step-60 in header files. --- diff --git a/include/deal.II/base/parameter_acceptor.h b/include/deal.II/base/parameter_acceptor.h index 563d12ab06..2c818a5b99 100644 --- a/include/deal.II/base/parameter_acceptor.h +++ b/include/deal.II/base/parameter_acceptor.h @@ -338,6 +338,8 @@ DEAL_II_NAMESPACE_OPEN * fill the section name with a human readable version of the class name * itself. * + * See the tutorial program step-60 for an example on how to use this class. + * * @author Luca Heltai, 2017. */ class ParameterAcceptor : public Subscriptor @@ -568,6 +570,8 @@ protected: * ParsedFunction class, with automatic declaration and parsing of parameter * files. * + * See the tutorial program step-60 for an example on how to use this class. + * * @author Luca Heltai, 2018 */ template diff --git a/include/deal.II/non_matching/coupling.h b/include/deal.II/non_matching/coupling.h index a7c08685a1..65b8bb70f2 100644 --- a/include/deal.II/non_matching/coupling.h +++ b/include/deal.II/non_matching/coupling.h @@ -84,6 +84,9 @@ namespace NonMatching * An exception is thrown if you use an immersed * parallel::distributed::Triangulation. * + * See the tutorial program step-60 for an example on how to use this + * function. + * * @author Luca Heltai, 2018 */ template @@ -157,6 +160,9 @@ namespace NonMatching * An exception is thrown if you use an immersed * parallel::distributed::Triangulation. * + * See the tutorial program step-60 for an example on how to use this + * function. + * * @author Luca Heltai, 2018 */ template