RE: [Doxygen-users] Turning off verbose mode
Brought to you by:
dimitri
|
From: Richard J. <Ric...@te...> - 2005-10-26 07:57:41
|
If you would like to collect the warning messages in one file and the rest of the output in another you could redirect the output from the command line. For Windows: Doxygen doxyfile.ini 1> Doxygen_log.log 2> Doxygen_errors.log > -----Original Message----- > From: dox...@li...=20 > [mailto:dox...@li...] On Behalf=20 > Of ad...@am... > Sent: 25 October 2005 22:34 > To: dox...@li... > Subject: [Doxygen-users] Turning off verbose mode >=20 > Hi everybody, >=20 > I recently upgraded from 1.4.3 to 1.4.5. Unlike the previous=20 > version, the new one sends the full contents of all the files=20 > being processed to the output window, along with warnings and=20 > other messages. I'd like to disable this, and only see the=20 > warning messages, so I tried turning on/off some of the flags=20 > (such as select Quiet) but this didn't work. Is there a way=20 > to do this? >=20 > BTW, it does this with the old cfg file and with newly=20 > generated ones as well. >=20 > Thanks, >=20 > Adrian >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. > Get Certified Today * Register for a JBoss Training Course=20 > Free Certification Exam for All Training Attendees Through=20 > End of 2005 Visit http://www.jboss.com/services/certification=20 > for more information _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users >=20 |