THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#220 - Doxygen comments at the end of line, with \"//!<\", will be ignored
User who did this - Benjamin Faigle (Benjamin)

----------
It will be ignored if another documentation block interferes:

double a; //!> This docu will _not_ be displayed
//! This long explanation destroys the other one!
double b;

a simple blank line between solves the issue:

double a; //!> Now this docu will be displayed

//! This long explanation is undoubtedly necessary!
double b;
----------

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

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