Apparently not.
Inspection of the implementation of the version of LuaDoc included in Lua for Windows reveals that there appears to be no case where a comment of the form --~
is noticed by its parser as anything other than an additional line of a LuaDoc comment block that began with a ---
comment.
That is, it is possible that a comment beginning with --~
can continue a documentation comment block, but not introduce a document comment block.
Without additional context, it difficult to guess whether this was a typo or a way to leave a nearly correct LuaDoc comment that will be ignored until the tilde is changed to a dash. The latter interpretation is plausible if the context made the function marked that way appear to be a boiler plate template. In that case, when the template is copied and pasted for use, one would be expected to fix up the comment to make it visible to subsequent runs of LuaDoc.