* and any combination of that...
* @endcode
*
- * Optionally a rotation matrix @p matrix along with a flag @p
- * rotation_matrix can be specified that describes how DoFs on @p face_1
- * should be modified prior to constraining to the DoFs of @p face_2. If
- * rotation_matrix is true the matrix is enterpreted as a rotation matrix
- * applied to all vector valued blocks of an FESystem. For more details
- * see make_periodicity_constraints and the glossary @ref
- * GlossPeriodicConstraints "glossary entry on periodic boundary
- * conditions".
+ * Optionally a matrix @p matrix along with an std::vector @p
+ * first_vector_components can be specified that describes how DoFs on @p
+ * face_1 should be modified prior to constraining to the DoFs of @p
+ * face_2. If the std::vector first_vector_components is non empty the
+ * matrix is interpreted as a rotation matrix that is applied to all
+ * vector valued blocks listed in first_vector_components of the
+ * FESystem.
*
* Detailed information can be found in the @see @ref
* GlossPeriodicConstraints "Glossary entry on periodic boundary