From: Jason P. Sheldon Date: Tue, 11 Aug 2015 13:51:42 +0000 (-0400) Subject: Used proper doxygen syntax for cross-link X-Git-Tag: v8.4.0-rc2~634^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2eb02787f8264cedf2862e7c6edf21885dfb453;p=dealii.git Used proper doxygen syntax for cross-link --- diff --git a/doc/news/changes.h b/doc/news/changes.h index e4e6f78839..c637d7b79a 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -90,8 +90,8 @@ inconvenience this causes.
    -
  1. New: There is now a function project_real_point_to_unit_point_on_face - in mapping that calls transform_real_to_unit_cell and then projects the +
  2. New: There is now a function Mapping::project_real_point_to_unit_point_on_face() + that calls Mapping::transform_real_to_unit_cell() and then projects the result to a provided face.
    (Jason Sheldon, 2015/08/11)