GNOME Bugzilla – Bug 726469
Tilde sign in combination with <pre> and MARKDOWN_SUPPORT disabled
Last modified: 2014-04-22 17:38:25 UTC
Based on the message by Timo Kunze (http://doxygen.10944.n7.nabble.com/Starting-with-1-8-4-I-get-a-blank-output-td6509.html) When having the following input file with a standard configuration file: /// \mainpage mp Main /// /// <pre> /// pre text /// ~~~~ /// </pre> The following error message is given (this is correct according to documentation paragraph: 5.2.3 Fenced Code Blocks, though not sure if this is correct when inside <pre>): fence.cpp:7: warning: reached end of file while inside a (null) block! The command that should end the block seems to be missing! When disabling MARKDOWN_SUPPORT the error message is still present which is unexpected. When also removing <pre> and </pre> no error message is given. Looks like that when in <pre> is enabled there is an interaction with the fenced code block.
Confirmed. Should be fixed in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.7. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferrably in the form of a self-contained example).