Writing a brief description such as
// Function: f // Prints debug info e.g. number of values or something else
produces the brief description
"Prints debug info e."
should recognize common abbrevs like e.g., i.e. etc
Logged In: NO
"e.g." should always be followed with a comma, e.g., this sentence.
maybe natural docs should look for a ".[$\s]" (a period followed by an EOL or space character) as the end of the sentence, not just the first period?
Log in to post a comment.
Logged In: NO
"e.g." should always be followed with a comma, e.g., this sentence.
maybe natural docs should look for a ".[$\s]" (a period followed by an EOL or space character) as the end of the sentence, not just the first period?