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

Method setRemoveBracketsMode

astyle/src/ASFormatter.cpp:1566–1569  ·  view source on GitHub ↗

* set the remove brackets mode. * options: * true brackets removed from headers for single line statements. * false brackets NOT removed from headers for single line statements. * * @param mode the remove brackets mode. */

Source from the content-addressed store, hash-verified

1564 * @param mode the remove brackets mode.
1565 */
1566void ASFormatter::setRemoveBracketsMode(bool state)
1567{
1568 shouldRemoveBrackets = state;
1569}
1570
1571/**
1572 * set the bracket formatting mode.

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected