I am wondering if Doxygen will parse Javadoc comments? - that is, doxygen accepts something like this:
public String sayHello(string name)
{
return "Hello" + name;
}
And yet, is there a better way to make these comments, doxygen style?
Skeen source
share