SetIgnoreComments sets ignoreComments
(ignore bool)
| 649 | |
| 650 | // SetIgnoreComments sets ignoreComments |
| 651 | func (r *Registry) SetIgnoreComments(ignore bool) { |
| 652 | r.ignoreComments = ignore |
| 653 | } |
| 654 | |
| 655 | // GetIgnoreComments returns ignoreComments |
| 656 | func (r *Registry) GetIgnoreComments() bool { |