Bug 1508472 - Part 1: First batch of comment fix-ups in preparation for the tree reformat r=sylvestre
This is a best effort attempt at ensuring that the adverse impact of reformatting the entire tree over the comments would be minimal. I've used a combination of strategies including disabling of formatting, some manual formatting and some changes to formatting to work around some clang-format limitations. Differential Revision: https://phabricator.services.mozilla.com/D13046
This commit is contained in:
@@ -5219,7 +5219,7 @@ HTMLInputElement::ParseDate(const nsAString& aValue, uint32_t* aYear,
|
||||
uint32_t* aMonth, uint32_t* aDay) const
|
||||
{
|
||||
/*
|
||||
* Parse the year, month, day values out a date string formatted as 'yyyy-mm-dd'.
|
||||
* Parse the year, month, day values out a date string formatted as yyyy-mm-dd.
|
||||
* -The year must be 4 or more digits long, and year > 0
|
||||
* -The month must be exactly 2 digits long, and 01 <= month <= 12
|
||||
* -The day must be exactly 2 digit long, and 01 <= day <= maxday
|
||||
|
||||
Reference in New Issue
Block a user