From: Andrew S. <at...@ho...> - 2006-07-14 09:56:32
|
I stumbled across DTDDoc because a DTD I generated in Netbeans (from an existing XML document) contained a whole load of comments which read <!--- Put your DTDDoc comment here. --> by each element or attribute declaration. Nice tool :-) However, I noticed that the generated docs all have a leading "-", which I assume is because the comments Netbeans generated use "<!---" (in the same way that javadoc comments use "/**" rather than just "/*") and DTDDoc is expecting just "<!--". So I'm wondering whether this has always been the case, or the Netbeans module is simply doing it wrong, or if I've found the wrong tool and there's another DTDDoc that expects the other form? Andrew. |