DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28294>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28294 No indication of correct header file ------- Additional Comments From [EMAIL PROTECTED] 2004-04-09 16:09 ------- You're right that having a header-based index would definitely be an enhancement. I think the two things I'm really concerned about are: 1) the path isn't there (this is relatlively minor) 2) the file a class or function is declared in isn't really the appropriate one to include. An example of this is DOMDocument. The generated docs say it was created from DOMDocument.hpp, but you really want to #include <xercesc/dom/DOM.hpp>. This thread now looks more complicated than what I was after at first. For a better notion, if you do "man sprintf", in the synopsis, it will have #include <stdio.h>. I'm really asking for the equivalent here. So for example, #include <xercesc/util/PlatformUtils.hpp>. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
