Skip to content

Commit fb1a07a

Browse files
committed
Improve document.
1 parent 6849c4d commit fb1a07a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

ext/gettextpo/gettextpo.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,15 +472,20 @@ BOOL_SETTER (fuzzy);
472472
}
473473

474474
/**
475+
* Document-method: workflow_flag?
475476
* call-seq: workflow_flag? (flag)
476477
*/
477478
FLAG_Q (workflow);
478479

479480
/**
481+
* Document-method: update_workflow_flag
480482
* call-seq: update_workflow_flag (flag, set: true)
481483
*/
482484
UPDATE_FLAG (workflow);
483485

486+
/**
487+
* Document-method: workflow_flag_iterator
488+
*/
484489
FLAG_ITER (workflow);
485490

486491
/**
@@ -545,15 +550,20 @@ gettextpo_po_message_m_format_set (int argc, VALUE *argv, VALUE self)
545550

546551
#ifdef HAVE_PO_MESSAGE_GET_FORMAT
547552
/**
553+
* Document-method: sticky_flag?
548554
* call-seq: sticky_flag? (flag)
549555
*/
550556
FLAG_Q (sticky);
551557

552558
/**
559+
* Document-method: update_sticky_flag
553560
* call-seq: update_sticky_flag (flag, set: true)
554561
*/
555562
UPDATE_FLAG (sticky);
556563

564+
/**
565+
* Document-method: sticky_flag_iterator
566+
*/
557567
FLAG_ITER (sticky);
558568
#endif
559569

0 commit comments

Comments
 (0)