1.3.9 How to Add Comments to a Method

Method comments auto generate and should be used to describe what the method does without being too specific since the method could be used in several different ways.


Comments inside methods will not auto generate but if you want to comment what a certain line of code does you can use // with a space after.