Thread: [Doxygen-users] Doxygen 1.8.9 on Win8.1 is "swallowing" some (expected) characters in the log
Brought to you by:
dimitri
From: Rolf H. <hem...@gm...> - 2015-01-24 18:46:18
|
Hello, Some output of Doxygen 1.8.9 on Win8.1 is "missing", see ************** > Combining RTF output... > lookup cache used 44/65536 hits=71 misses=44 > finished... > irq.c is not documented. --^ There is never a file "irq.c" in the directory, but just "sioirq.c". > C:/Users/Public/projects_local/hemmerling/hemmerling_pwendean_keil/src/sioirq.c:50: warning: Member oend (variable) of file sioirq.c is not documented. --^ Here and everyelse, "sioirq.c" is properly displayed. ************* This means that Doxygen at that point is "swallowing" some characters in the output to the log file. Maybe it is a typical "buffer problem", as known from such legacy software ( 1997 was initial release according to Wikipedia ), and so maybe the indication of much bigger fault. I didn´t check the Doxygen source code for the bug. I would be pleased if you can fix it, anyhow. ** Anyhow I think Doxygen is really-great software, thanks for development + free license ** Sincerely Rolf Complete output of Doxygen: ************************************ C:/Users/Public/projects_local/hemmerling/hemmerling_pwendean_keil/src/sioirq.c:37: warning: Member S0BUF (macro definition) of file sioirq.c is not documented. C:/Users/Public/projects_local/hemmerling/hemmerling_pwendean_keil/src/sioirq.c:38: warning: Member RI0 (macro definition) of file sioirq.c is not documented. ... finalizing index lists... writing tag file... Combining RTF output... lookup cache used 44/65536 hits=71 misses=44 finished... irq.c is not documented. C:/Users/Public/projects_local/hemmerling/hemmerling_pwendean_keil/src/sioirq.c:50: warning: Member oend (variable) of file sioirq.c is not documented. ... *** Doxygen has finished ************************************ -- http://www.hemmerling.com SCADA Expertness - Quality Intensification for IT + Automation Member of Texas Instruments Expert Advisory Panel CeBIT Competence Store Partner |
From: Albert <alb...@gm...> - 2015-01-26 18:02:02
|
Rolf, Looks indeed a bit like a conflict between stdout and stderr. - Is the output that you showed from a terminal window or from a file? - can you write the warnings to a file (WARN_LOGFILE in your Doxyfile) and catch stdout and stderr in separate files to check if there are missing characters or not. Albert On Sat, Jan 24, 2015 at 7:45 PM, Rolf Hemmerling <hem...@gm...> wrote: > Hello, > > Some output of Doxygen 1.8.9 on Win8.1 is "missing", see > > ************** > > Combining RTF output... > > lookup cache used 44/65536 hits=71 misses=44 > > finished... > > irq.c is not documented. > --^ > There is never a file "irq.c" in the directory, but just "sioirq.c". > > > C:/Users/Public/projects_local/hemmerling/hemmerling_pwendean_keil/src/sioirq.c:50: > warning: Member oend (variable) of file sioirq.c is not documented. > --^ > Here and everyelse, "sioirq.c" is properly displayed. > ************* > > This means that Doxygen at that point is "swallowing" some characters in > the output to the log file. > > Maybe it is a typical "buffer problem", as known from such legacy > software ( 1997 was initial release according to Wikipedia ), and so > maybe the indication of much bigger fault. > > I didn´t check the Doxygen source code for the bug. > I would be pleased if you can fix it, anyhow. > > ** Anyhow I think Doxygen is really-great software, thanks for > development + free license ** > > Sincerely > Rolf > > Complete output of Doxygen: > ************************************ > > C:/Users/Public/projects_local/hemmerling/hemmerling_pwendean_keil/src/sioirq.c:37: > warning: Member S0BUF (macro definition) of file sioirq.c is not > documented. > > C:/Users/Public/projects_local/hemmerling/hemmerling_pwendean_keil/src/sioirq.c:38: > warning: Member RI0 (macro definition) of file sioirq.c is not documented. > > ... > > finalizing index lists... > writing tag file... > Combining RTF output... > lookup cache used 44/65536 hits=71 misses=44 > finished... > irq.c is not documented. > > C:/Users/Public/projects_local/hemmerling/hemmerling_pwendean_keil/src/sioirq.c:50: > warning: Member oend (variable) of file sioirq.c is not documented. > ... > *** Doxygen has finished > ************************************ > -- > http://www.hemmerling.com > SCADA Expertness - Quality Intensification for IT + Automation > Member of Texas Instruments Expert Advisory Panel > CeBIT Competence Store Partner > > > ------------------------------------------------------------------------------ > New Year. New Location. New Benefits. New Data Center in Ashburn, VA. > GigeNET is offering a free month of service with a new server in Ashburn. > Choose from 2 high performing configs, both with 100TB of bandwidth. > Higher redundancy.Lower latency.Increased capacity.Completely compliant. > http://p.sf.net/sfu/gigenet > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |