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
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,
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
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
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