|
In the commit for SERVER-22469, C-style comments rewrapped correctly, but C++-style comments came out looking like (e.g. db.js):
// We have special handling for the 'flags' field, and provide sugar for specific flags. If
|
// the
|
// user specifies any flags we send the field in the command. Otherwise, we leave it blank
|
// and
|
// use the server's defaults.
|
and
////////////////////////////////////////////////////////////////////////////////////////////////////
|
//////////////////////////// Security shell helpers below
|
/////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
|