I'm assuming that the warning is legitimate and that you've documented handle, but used noteHandle in the parameter list and that you are asking out the funny output. I seem to remember running into something like this a few years ago and deciding that what was happening was that the standard output and error output from different threads of doxygen gets interwoven. If that's the case, my guess is that the
Generating code for file viewnote.cpp ... Generating docs for file mimenote.h Generating is coming from writes to stdout on one thread which then gets interrupted by the C:/Work/rdaily-hp/... const warning coming from stderr on a different thread (which is processing attachmentitem.h at the moment). Aaron On Apr 2, 2013, at 11:06 AM, Robert Dailey <rcdailey.li...@gmail.com> wrote: > I'm seeing that the "Generating" text that gets printed for each > scanned source file gets interrupted when a warning appears in that > file. Here is some example output: > > 1>Generating code for file viewnote.cpp... > 1>Generating code for file viewnote.h... > 1>Generating file documentation... > 1>Generating docs for file access.h... > 1>Generating docs for file mailsnapshot.h... > 1>Generating docs for file mimeemail.cpp... > 1>Generating docs for file mimeemail.h... > 1>Generating docs for file mimelogger.h... > 1>Generating docs for file mimenote.cpp... > 1>Generating docs for file mimenote.h... > 1>Generating > C:/Work/rdailey-hp/dpd-cmake/server/gmmserver/domino/server/access/attachmentitem.h(128): > warning: argument 'handle' of command @param is not found in the > argument list of > good::domino::access::AttachmentReadItem::fetchData(NOTEHANDLE > noteHandle, const Block &block, const long attFetchOffset, const long > bytesToRead, std::string &rAttData) const > > The 1> in the front is from Visual Studio, the text is being placed in > the Output Window, so please ignore the 1> prefix. > > Notice on the last line, it should say "Generating docs for..." but > instead it says "Generating C:/Work...". > > Is this a bug? I'm using the very latest Doxygen build for Windows. > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portal > http://www.cisco.com/web/learning/employer_resources/index.html > _______________________________________________ > Doxygen-users mailing list > Doxygen-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/doxygen-users ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users