[Doxygen-users] Fwd: Starting with 1.8.4 I get a blank output
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2014-03-16 18:08:24
|
Forgot to include the list ---------- Forwarded message ---------- From: Albert <alb...@gm...> Date: Sun, Mar 16, 2014 at 6:43 PM Subject: Re: [Doxygen-users] Starting with 1.8.4 I get a blank output To: Timo Kunze <TKu...@gm...> Hi Timo, You are using version 1.8.4 of doxygen, but according to your public_docs_CHM.cfg your start version was 1.7.3. In version 1.7.3 there was no support for markdown, this introduced (a.o.) "fenced code blocks. From the documentation: 5.2.3 Fenced Code Blocks Another feature defined by "Markdown Extra" is support for fenced code blocks: A fenced code block does not require indentation, and is defined by a pair of "fence lines". Such a line consists of 3 or more tilde ( ) characters on a line. The end of the block should have the same number of tildes. This will not solve your problem completely as there seems to be an interaction with the <pre> tag (see *Bug 726469*<https://bugzilla.gnome.org/show_bug.cgi?id=726469>- Tilde sign in combination with <pre> and MARKDOWN_SUPPORT disabled) a solution for you might be to use = (equal) or - (minus) signs. Albert On Mon, Feb 17, 2014 at 11:20 PM, Timo Kunze <TKu...@gm...> wrote: > Hi, > > I'm getting a blank HTML/CHM output with any doxygen version newer than > 1.8.3.1. I use this config file: > > www.timosoft-software.de/stuff/public_docs_CHM.cfg > > > And basically this file is the only source file: > > www.timosoft-software.de/stuff/AnimU.idl > > > The error message I get is: > > "doxygen reached end of file while inside a (null) block!" > > But I cannot find any block that gets opened, but not closed. > So is this a bug in doxygen? Or am I using it wrong? > > Regards > Timo > -- > www.TimoSoft-Software.de - Unicode controls for VB6 > "Those who sacrifice freedom for safety deserve neither." > "Demokratie ist per Definition unsicher. Ihr Schutz entsteht aus der > Überzeugung, dass die demokratischen Kräfte überwiegen und sich - auf > demokratischem Wege - durchsetzen." > > > ------------------------------------------------------------------------------ > Managing the Performance of Cloud-Based Applications > Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. > Read the Whitepaper. > > http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |