<div dir="ltr"><div>Hi,</div><div><br></div><div><br></div>On Tue, Feb 25, 2014 at 8:38 PM, Szilárd Páll <span dir="ltr">&lt;<a href="mailto:pall.szilard@gmail.com" target="_blank">pall.szilard@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I&#39;ve just ran into an annoying issue which I could not figure out. It<br>
seems that no matter what I do, the make-ing the docs-all target<br>completes successfully, but the result is empty docs directories. Any<br>ideas what could be wrong?<br> <br></blockquote>What is in the log files? What happens if you run, e.g., &quot;doxygen Doxyfile-user&quot; in the doxygen subdirectory in the build directory? Those can give you clues what is actually happening. This might happen if Doxygen actually terminates unexpectedly without writing anything to stderr (which those .tmp files seem to indicate). Perhaps the build system could be improved a bit to also fail the build in such a case.<div>
<br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Here are the steps to repro the issue, used current master, cmake<br>
2.8.12.1 and doxygen 1.7.3.<br></blockquote></div><div><br></div><div>To get meaningful documentation with warnings that somehow resemble Jenkins, you will need Doxygen 1.8.5 (as documented here: <a href="http://jenkins.gromacs.org/job/Doxygen_Nightly_master/javadoc/html-lib/page_doxygen.xhtml">http://jenkins.gromacs.org/job/Doxygen_Nightly_master/javadoc/html-lib/page_doxygen.xhtml</a>). Doxygen versions are sufficiently dissimilar that it may be that the old version now completely chokes on the new input. Does using a more recent Doxygen version help?<br>
<div class="gmail_extra"><br>- Teemu</div></div></div>