Author Topic: Misaligned method comment in namespace  (Read 1675 times)

guth

  • Senior Community Member
  • Posts: 104
  • Hero Points: 7
Misaligned method comment in namespace
« on: August 07, 2018, 11:35:23 AM »
I have a namespace with class method implementations, like so

Code: [Select]
namespace S
{
    S::S() {}

    S::A() {}
};

If writing /** and pressing enter above one of the methods, the comment is aligned with the left margin and not four spaces in above the method.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6826
  • Hero Points: 526
Re: Misaligned method comment in namespace
« Reply #1 on: August 07, 2018, 01:10:56 PM »
Turn ON "Indent body of 'namespace'" in your beautifier profile. (Tools>Beautifier>Edit Current Profile>Indent>Indent Rule Exceptions>Indent body of 'namespace')