thanhlong203 / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Documentation Defect: Many public methods have no description. #219

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. Goto http://closure-library.googlecode.com/svn/docs/class_goog_date_Date.html
2. Look at the descriptions for the public methods.

What is the expected output? What do you see instead?
Expect that all public methods on ALL of the objects in the library have 
descriptions.

To note a specific case, goog.date.Date.toLocaleFormat(formatString) has no 
description of what kind of format string is expected.  Should I pass 
"YY-mm-dd" or what?

Original issue reported on code.google.com by steve.sp...@gmail.com on 1 Oct 2010 at 5:58

GoogleCodeExporter commented 8 years ago

Original comment by Nicholas.J.Santos on 1 Oct 2010 at 6:32