MCPcopy Create free account
hub / github.com/dirkvranckaert/AndroidDecompiler / setStripCommentPrefix

Method setStripCommentPrefix

astyle/src/ASFormatter.cpp:1715–1718  ·  view source on GitHub ↗

* 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. */

Source from the content-addressed store, hash-verified

1713 * @param state the strip comment prefix mode.
1714 */
1715void ASFormatter::setStripCommentPrefix(bool state)
1716{
1717 shouldStripCommentPrefix = state;
1718}
1719
1720/**
1721 * set objective-c '-' or '+' class prefix padding mode.

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected