* set option to attach extern "C" brackets * * @param state true = attach, false = use style default. */
| 1780 | * @param state true = attach, false = use style default. |
| 1781 | */ |
| 1782 | void ASFormatter::setAttachExternC(bool state) |
| 1783 | { |
| 1784 | shouldAttachExternC = state; |
| 1785 | } |
| 1786 | |
| 1787 | /** |
| 1788 | * set option to attach namespace brackets |