remove_private()
Instance Public methods
Removes private sections from this comment. Private sections are flush to
the comment marker and start with --
and end with
++
. For C-style comments, a private marker may not start at
the opening of the comment.
*-- * private *++ * public
Please login to continue.