@@ -352,7 +352,8 @@ namespace cycfi::elements
352
352
}
353
353
354
354
/* *
355
- * \brief Create an element that is aligned to left and top.
355
+ * \brief
356
+ * Create an element that is aligned to left and top.
356
357
*
357
358
* \tparam Subject
358
359
* The subject type, must meet the `Element` concept.
@@ -370,7 +371,8 @@ namespace cycfi::elements
370
371
}
371
372
372
373
/* *
373
- * \brief Create an element that is aligned to center and top.
374
+ * \brief
375
+ * Create an element that is aligned to center and top.
374
376
*
375
377
* \tparam Subject
376
378
* The subject type, must meet the `Element` concept.
@@ -388,7 +390,8 @@ namespace cycfi::elements
388
390
}
389
391
390
392
/* *
391
- * \brief Create an element that is aligned to right and top.
393
+ * \brief
394
+ * Create an element that is aligned to right and top.
392
395
*
393
396
* \tparam Subject
394
397
* The subject type, must meet the `Element` concept.
@@ -406,7 +409,8 @@ namespace cycfi::elements
406
409
}
407
410
408
411
/* *
409
- * \brief Create an element that is aligned to left and middle.
412
+ * \brief
413
+ * Create an element that is aligned to left and middle.
410
414
*
411
415
* \tparam Subject
412
416
* The subject type, must meet the `Element` concept.
@@ -424,7 +428,8 @@ namespace cycfi::elements
424
428
}
425
429
426
430
/* *
427
- * \brief Create an element that is aligned to center and middle.
431
+ * \brief
432
+ * Create an element that is aligned to center and middle.
428
433
*
429
434
* \tparam Subject
430
435
* The subject type, must meet the `Element` concept.
@@ -442,7 +447,8 @@ namespace cycfi::elements
442
447
}
443
448
444
449
/* *
445
- * \brief Create an element that is aligned to right and middle.
450
+ * \brief
451
+ * Create an element that is aligned to right and middle.
446
452
*
447
453
* \tparam Subject
448
454
* The subject type, must meet the `Element` concept.
@@ -460,7 +466,8 @@ namespace cycfi::elements
460
466
}
461
467
462
468
/* *
463
- * \brief Create an element that is aligned to left and bottom.
469
+ * \brief
470
+ * Create an element that is aligned to left and bottom.
464
471
*
465
472
* \tparam Subject
466
473
* The subject type, must meet the `Element` concept.
@@ -478,7 +485,8 @@ namespace cycfi::elements
478
485
}
479
486
480
487
/* *
481
- * \brief Create an element that is aligned to center and bottom.
488
+ * \brief
489
+ * Create an element that is aligned to center and bottom.
482
490
*
483
491
* \tparam Subject
484
492
* The subject type, must meet the `Element` concept.
@@ -496,7 +504,8 @@ namespace cycfi::elements
496
504
}
497
505
498
506
/* *
499
- * \brief Create an element that is aligned to right and bottom.
507
+ * \brief
508
+ * Create an element that is aligned to right and bottom.
500
509
*
501
510
* \tparam Subject
502
511
* The subject type, must meet the `Element` concept.
0 commit comments