Skip to content

#287 Formulas in Doxygen of all modules get intermixed

Metadata

Property Value
Reported by Markus Blatt (markus@dr-blatt.de)
Reported at May 3, 2007 12:51
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Closed by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Closed at May 8, 2007 09:29
Closed in version Unknown
Resolution Fixed
Comment An errornous doxygen comment broke the doxygen run.

Description

It seems like the formulas in the documentation get intermixed between different modules:

This is the documentation of just dune-istl: http://www.dune-project.org/doc/doxygen/dune-istl-html/group__ISTL__Comm.html and this is how it looks like in the documentation of all modules: http://www.dune-project.org/doc/doxygen/html/group__ISTL__Comm.html

The second formula in the parallel index set paragraph clearly is from some other module (I suppose the grid module).

Probably there are other places where the same problem occurs.