Discussion:
Javadoc
(too old to reply)
Khurram Rehman
2004-09-25 21:09:44 UTC
Permalink
Is Javadoc required for the first project? I remember Igor mentioned in of
the classes/tutorials that we may need Javadoc. Can someone confirm? Thanks

Khurram
Igor Ivkovic
2004-09-27 12:36:50 UTC
Permalink
Post by Khurram Rehman
Is Javadoc required for the first project? I remember Igor mentioned in of
the classes/tutorials that we may need Javadoc. Can someone confirm? Thanks
The P1 specs do not mention javadoc files, so you do not need them.

However, you still need to properly document your code and since you will
need javadoc for later projects, it would be a good idea to early on
become familiar with the javadoc tags and resulting html files.

Igor
Post by Khurram Rehman
Khurram
Loading...