From: Jean-Paul Pelteret Date: Thu, 6 Dec 2018 13:41:52 +0000 (+0100) Subject: Improve some documentation in ADHelper classes. X-Git-Tag: v9.1.0-rc1~389^2~6 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa2b68ee540a3d8ab8223e901590601eca7e409e;p=dealii.git Improve some documentation in ADHelper classes. --- diff --git a/include/deal.II/differentiation/ad/ad_helpers.h b/include/deal.II/differentiation/ad/ad_helpers.h index 4d8bcc78a3..c8bd16a31b 100644 --- a/include/deal.II/differentiation/ad/ad_helpers.h +++ b/include/deal.II/differentiation/ad/ad_helpers.h @@ -949,7 +949,7 @@ namespace Differentiation * Depending on the selected @p ADNumberTypeCode, this may or may not * correspond with the @p ScalarType prescribed as a template argument. * - * @note If the keep flag has been set when + * @note If the @p keep_independent_values flag has been set when * ADHelperBase::start_recording_operations() is called then the tape is * immediately usable after creation, and the values of the independent * variables set by register_dof_values() are those at which the function @@ -969,7 +969,7 @@ namespace Differentiation * which to extract the local degree of freedom values. This would * typically obtained by calling cell->get_dof_indices(). * - * @note If the keep flag has been set when + * @note If the @p keep_independent_values flag has been set when * ADHelperBase::start_recording_operations() is called then the tape is * immediately usable after creation, and the values of the independent * variables set by register_dof_values() are those at which the function