THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#315 - "using" command interferes with doxygen
User who did this - Martin Beck (martinb)

----------
The problem can be solved by moving the "using" command in front of the doxygen 
description.
Example:

doxygen description
using Base::enthalpy;
template <class FluidState>
...

is replaced by

using Base::enthalpy;
doxygen description
template <class FluidState>
...

----------

More information can be found at the following URL:
http://www.dumux.org/flyspray/index.php?do=details&task_id=315#comment707

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.
_______________________________________________
Dumux mailing list
[email protected]
https://listserv.uni-stuttgart.de/mailman/listinfo/dumux

Reply via email to