Skip to content

Commit 1e9f7af

Browse files
authored
DOCS: Fix make docs error (#430)
1 parent c5d3ee5 commit 1e9f7af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/ucc/api/ucc.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,9 @@ typedef enum {
225225
UCC_GENERIC_DT_OPS_FLAG_CONTIG = UCC_BIT(0), /*!< If set, the created datatype
226226
represents a contiguous memory
227227
region with the size specified
228-
in @ref contig_size field of
229-
@ref ucc_generic_dt_ops */
228+
in @ref
229+
ucc_generic_dt_ops.contig_size
230+
*/
230231
UCC_GENERIC_DT_OPS_FLAG_REDUCE = UCC_BIT(1), /*!< If set, the created datatype
231232
has user-defined reduction
232233
operation associated with it.
@@ -249,7 +250,7 @@ typedef enum {
249250
* v_j = src2 + count * dt_extent * stride * j.
250251
* The result is stored in dst, so that
251252
* dst[i] = src1[i] + v0[i] + v1[i] + ... +v_nvecttors[i],
252-
* for i \in [0:count), where "+" represents user-defined reduction of 2 elements
253+
* for i in [0:count), where "+" represents user-defined reduction of 2 elements
253254
*/
254255

255256
typedef struct ucc_reduce_cb_params {

0 commit comments

Comments
 (0)