Re: [Doxygen-users] doxygen build failure for Power8 because double free or corruption

2015-03-19 Thread Dimitri van Heesch
Hi Normand, The issues seems to be in this piece of code: DotRunner *DotRunnerQueue::dequeue() { QMutexLocker locker(&m_mutex); while (m_queue.isEmpty()) { // wait until something is added to the queue m_bufferNotEmpty.wait(&m_mutex); } DotRunner *result = m_queue.dequeue(); r

Re: [Doxygen-users] WARNING: Found more than one \mainpage comment block

2015-03-19 Thread Albert
Dear Fede, Happy that you found the problem. Based on your observations, I've adjusted, as a proposed patch, the message that doxygen gives in case of multiple mainpages by adding the name of the first found mainpage as well. (pull request 317 at github) Albert On Wed, Mar 18, 2015 at 9:06 PM,

Re: [Doxygen-users] problem with latex generation and russian characters

2015-03-19 Thread Fabio Mosti
thank you, this solution could fit for me. Where is the file I have to modify? Il 19/Mar/2015 08:24 "Matthias Kluwe" ha scritto: > Hi! > > Fabio Mosti videoarts.eu> writes: > > I experienced a problem generating latex documentation for my code > > since in the comments I also have strings in cyr

[Doxygen-users] Fortran issues (reiterated)

2015-03-19 Thread Petr Parik
Hi all, let me reiterate on my two issues with Doxygen (1.8.9.1) and Fortran. #1. Preserving name case -- I undestand the code change is not trivial. I have been able to partially resolve this by tweaking the HTML output with jQuery to uppercase what I need. But I still have to write #var or f

Re: [Doxygen-users] problem with latex generation and russian characters

2015-03-19 Thread Matthias Kluwe
Hi! Fabio Mosti videoarts.eu> writes: > I experienced a problem generating latex documentation for my code > since in the comments I also have strings in cyrillic alphabet. This > is the error I get: > --- > ! Package inputenc Error: Unicode char \u8:И not set up for use with > LaTeX. > See the i