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

Method setAttachNamespace

astyle/src/ASFormatter.cpp:1792–1795  ·  view source on GitHub ↗

* set option to attach namespace brackets * * @param state true = attach, false = use style default. */

Source from the content-addressed store, hash-verified

1790 * @param state true = attach, false = use style default.
1791 */
1792void ASFormatter::setAttachNamespace(bool state)
1793{
1794 shouldAttachNamespace = state;
1795}
1796
1797/**
1798 * set option to attach inline brackets

Callers 1

parseOptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected