Javadoc for DTD documentation

Hi,Can you use JavaDoc for DTDs ? or any other source code ?If not, do you know of any other tool that would do that kind of job ?Many thanks,Dominique Gloaguen
[195 byte] By [gloaguena] at [2007-9-27 7:41:29]
# 1

Not for DTDs or anything other than java source code.

Javadoc depends on the Java compiler, and can only

generate documentation for code that is interpreted by

the Java compiler.

For what we know about other languages (which isn't much), see:

http://java.sun.com/j2se/javadoc/faq/index.html#G

-Doug Kramer

Javadoc team

dkramera at 2007-7-8 11:51:01 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...