My java code has been commented using /** structure for each function. So i want to generate all documentation automatically using:
Project > Generate javadoc But by default, on eclipse javadoc is not installed. I have readed many tutorial but don`t are working for me.
The problem is, i don't know what Javadoc command i must use on linux. In windows i must look for the javadoc.exe
Someone know the steps to do it?
Thanks in advance.
EDIT 1: SOLUTION Installing on ubuntu:
sudo apt-get install openjdk-6-jdk And restarting eclipse the javadoc command appared: /usr/bin/javadoc and run perfectly. Thanks all.