Flowdock
method

remove_private

Importance_1
v2_4_6 - Show latest stable - 0 notes - Class: Comment
remove_private() public

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
 */
Show source
Register or log in to add new notes.