* Set strip comment prefix mode. * options: * true strip leading '*' in a comment. * false leading '*' in a comment will be left unchanged. * * @param state the strip comment prefix mode. */
| 1713 | * @param state the strip comment prefix mode. |
| 1714 | */ |
| 1715 | void ASFormatter::setStripCommentPrefix(bool state) |
| 1716 | { |
| 1717 | shouldStripCommentPrefix = state; |
| 1718 | } |
| 1719 | |
| 1720 | /** |
| 1721 | * set objective-c '-' or '+' class prefix padding mode. |