@@ -359,7 +359,7 @@ class t8_default_scheme_hex: public t8_default_scheme_common<T8_ECLASS_HEX, t8_d
359359 * \see t8_cmesh_set_join
360360 * \param [in] sign Depending on the topological orientation of the two tree faces,
361361 * either 0 (both faces have opposite orientation)
362- * or 1 (both faces have the same top. orientattion ).
362+ * or 1 (both faces have the same top. orientation ).
363363 * \ref t8_eclass_face_orientation
364364 * \param [in] is_smaller_face Flag to declare whether \a elem1 belongs to
365365 * the smaller face. A face f of tree T is smaller than
@@ -491,7 +491,7 @@ class t8_default_scheme_hex: public t8_default_scheme_common<T8_ECLASS_HEX, t8_d
491491 element_get_last_descendant (const t8_element_t *elem, t8_element_t *desc, int level) const ;
492492
493493 /* * Construct the successor in a uniform refinement of a given element.
494- * \param [in] elem The element whose successor should be constructed.
494+ * \param [in] elem The element whose successor should be constructed.
495495 * \param [in,out] succ The successor element whose entries will be set.
496496 */
497497 void
@@ -539,7 +539,7 @@ class t8_default_scheme_hex: public t8_default_scheme_common<T8_ECLASS_HEX, t8_d
539539 * reference space of the tree.
540540 *
541541 * \param [in] elem The element.
542- * \param [in] ref_coords The coordinates \f$ [0,1]^\mathrm{dim} \f$ of the point
542+ * \param [in] ref_coords The coordinates \f$ [0,1]^\mathrm{dim} \f$ of the point
543543 * in the reference space of the element.
544544 * \param [in] num_coords Number of \f$ dim\f$-sized coordinates to evaluate.
545545 * \param [out] out_coords The coordinates of the points in the
@@ -559,7 +559,7 @@ class t8_default_scheme_hex: public t8_default_scheme_common<T8_ECLASS_HEX, t8_d
559559#if T8_ENABLE_DEBUG
560560 /* * Query whether a given element can be considered as 'valid' and it is
561561 * safe to perform any of the above algorithms on it.
562- * \param [in] element The element to be checked.
562+ * \param [in] element The element to be checked.
563563 * \return True if \a element is safe to use. False otherwise.
564564 * \note An element that is constructed with \ref element_new
565565 * must pass this test.
@@ -579,9 +579,9 @@ class t8_default_scheme_hex: public t8_default_scheme_common<T8_ECLASS_HEX, t8_d
579579 * and the level of the triangle. This function is only available in the
580580 * debugging configuration.
581581 *
582- * \param [in] elem The element to print
583- * \param [in] debug_string String printed to debug
584- * \param [in] string_size String size of \a debug_string.
582+ * \param [in] elem The element to print
583+ * \param [in] debug_string String printed to debug
584+ * \param [in] string_size String size of \a debug_string.
585585 */
586586 void
587587 element_to_string (const t8_element_t *elem, char *debug_string, const int string_size) const ;
@@ -594,12 +594,12 @@ class t8_default_scheme_hex: public t8_default_scheme_common<T8_ECLASS_HEX, t8_d
594594 set_to_root (t8_element_t *elem) const ;
595595
596596 /* * Pack multiple elements into contiguous memory, so they can be sent via MPI.
597- * \param [in] elements Array of elements that are to be packed
598- * \param [in] count Number of elements to pack
599- * \param [in,out] send_buffer Buffer in which to pack the elements
600- * \param [in] buffer_size size of the buffer (in order to check that we don't access out of range)
601- * \param [in, out] position the position of the first byte that is not already packed
602- * \param [in] comm MPI Communicator
597+ * \param [in] elements Array of elements that are to be packed
598+ * \param [in] count Number of elements to pack
599+ * \param [in,out] send_buffer Buffer in which to pack the elements
600+ * \param [in] buffer_size size of the buffer (in order to check that we don't access out of range)
601+ * \param [in, out] position the position of the first byte that is not already packed
602+ * \param [in] comm MPI Communicator
603603 */
604604 void
605605 element_MPI_Pack (t8_element_t **const elements, const unsigned int count, void *send_buffer, int buffer_size,
@@ -614,12 +614,12 @@ class t8_default_scheme_hex: public t8_default_scheme_common<T8_ECLASS_HEX, t8_d
614614 element_MPI_Pack_size (const unsigned int count, sc_MPI_Comm comm, int *pack_size) const ;
615615
616616 /* * Unpack multiple elements from contiguous memory that was received via MPI.
617- * \param [in] recvbuf Buffer from which to unpack the elements
618- * \param [in] buffer_size size of the buffer (in order to check that we don't access out of range)
617+ * \param [in] recvbuf Buffer from which to unpack the elements
618+ * \param [in] buffer_size size of the buffer (in order to check that we don't access out of range)
619619 * \param [in, out] position the position of the first byte that is not already packed
620- * \param [in] elements Array of initialised elements that is to be filled from the message
621- * \param [in] count Number of elements to unpack
622- * \param [in] comm MPI Communicator
620+ * \param [in] elements Array of initialised elements that is to be filled from the message
621+ * \param [in] count Number of elements to unpack
622+ * \param [in] comm MPI Communicator
623623 */
624624 void
625625 element_MPI_Unpack (void *recvbuf, const int buffer_size, int *position, t8_element_t **elements,
0 commit comments