Re: [eigen] making doc - what am I missing?

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Whatever it is exactly, what you are hitting is a doxygen bug whereby
doxygen puts latex code in index.html.

Have you tried starting afresh with an empty build directory?

What is your doxygen version?

Benoit

2010/10/6 Helmut Jarausch <jarausch@xxxxxxxxxxxxxxxxxxx>:
> Thanks Thomas, thanks Benoit,
>
> I have the same configuration as Thomas and still it doesn't work.
> Notice, that (the?) html code has been generated by after the LaTeX
> code.
> There are some warnings, but I don't know Doxygen, so if someone wants
> to have a look at these, I've put the LOG file into
> http://www.igpm.rwth-aachen.de/jarausch/Temp/Eigen_doc.LOG
>
> Thanks for any further hints,
> Helmut.
>
>
> On 10/06/10 13:34:20, Benoit Jacob wrote:
>> 2010/10/6 Helmut Jarausch <jarausch@xxxxxxxxxxxxxxxxxxx>:
>> > Hi,
>> >
>> > I'm using Eigen trunk.
>> > Given /OBJ/Math/Eigen contains a copy of the HG-eigen folder.
>> > To build the documentation I have tried
>> >
>> > mkdir /OBJ/Math/Eigen_Build
>> > cd /OBJ/Math/Eigen_Build
>> > cmake -G "Unix Makefiles" ../Eigen/
>>
>>
>> I agree with Thomas, no need for -G
>>
>> > make
>>
>> Make (default target) shouldn't do anything.
>>
>> > make -j4 doc
>>
>> Good, that should work.
>>
>> >
>> > But, when looking into doc/html/index.html
>> > it starts with
>> >
>> > \NeedsTeXFormat{LaTeX2e}
>> > \ProvidesPackage{doxygen}
>> >
>> > % Packages used by this style file
>> > \RequirePackage{alltt}
>> > \RequirePackage{array}
>> > \RequirePackage{calc}
>>
>>
>> This is LaTeX code!! How did it end up in a .html file ?! My only
>> explanation would be that you hit a very strange Doxygen bug.
>>
>> Do you have LaTeX installed?
>>
>> Benoit
>>
>> > ...
>> > only lateron, following line 387 there is  (there is no <script>
>> > preceding this:)
>> >
>> > </script>
>> > <div class="navigation" id="top">
>> >  <div class="tabs">
>> >    <ul class="tablist">
>> >      <li class="current"><a
>> href="index.html"><span>Main&nbsp;Page</
>> > span></a></li>
>> >      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></
>> li>
>> >      <li><a href="modules.html"><span>Modules</span></a></li>
>> >      <li><a href="annotated.html"><span>Classes</span></a></li>
>> >    </ul>
>> >  </div>
>> > </div>
>> > .....
>> >
>> > What am I missing? ( I have a bleeding edge Gentoo system running
>> > here )
>> >
>> > Many thanks for a hint,
>> > Helmut.
>
>
>
>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/