javadoc not reading past my main function
i am trying to use javadoc to document my program (as you do) and i have 4 function in one class, one of these is main.
javadoc will only read main tho and leave the other 3 with nothing.
i tried sticking the main at the bottom of the code to and that doesnt work either
anyone have any ideas?
(i'm not posting code bc there is nothing wrong with my javadoc coding as it is working for the main code)

