You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Values(DictFunc) cannot add comment of each field like following:
opt:=&LoginOption {
Login : "MUST_EDIT_IT", // [TODO] This field is REQUIREDPassword : "MUST_EDIT_IT", // [TODO] This field is REQUIRED
}
Line comments are inserted in the output where the Comment function is executed. Perhaps there should be a buffer of line comments that only gets written when we get to a \n?
The text was updated successfully, but these errors were encountered:
Thanks to @magicsong for reporting this in #49:
Line comments are inserted in the output where the Comment function is executed. Perhaps there should be a buffer of line comments that only gets written when we get to a
\n
?The text was updated successfully, but these errors were encountered: