I was reading java source code today from this Github repository and found this:
...
public interface EdgeFactory<V, E>
{
//~ Methods ----------------------------------------------------------------
...
Is there any tool that processes the "//~" comment (the literal string forwardslash forwardslash tilde), or is this just a stylistic choice by the coder?
EDIT
I agree it's too hard to prove a negative; but I'll leave the answer unawarded in case the tool is lesser known but someone knows it.