comparison inst/import_meshfunction_type.m @ 270:f4d6ae912a08 default tip

Correct typos in the doc-strings
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Thu, 14 Aug 2014 17:55:32 +0200
parents 897e312cb440
children
comparison
equal deleted inserted replaced
269:897e312cb440 270:f4d6ae912a08
11 ## details. 11 ## details.
12 ## 12 ##
13 ## You should have received a copy of the GNU General Public License along with 13 ## You should have received a copy of the GNU General Public License along with
14 ## this program; if not, see <http://www.gnu.org/licenses/>. 14 ## this program; if not, see <http://www.gnu.org/licenses/>.
15 15
16
16 ## -*- texinfo -*- 17 ## -*- texinfo -*-
17 ## @deftypefn {Function File} {} import_meshfunction_type (@var{typename}) 18 ## @deftypefn {Function File} {} import_meshfunction_type (@var{typename})
18 ## Add a wrapper for dolfin::MeshFunction <@var{typename}> 19 ## Compile a wrapper for dolfin::MeshFunction <@var{typename}>
19 ## @seealso {MeshFunction} 20 ## @seealso {MeshFunction}
20 ## @end deftypefn 21 ## @end deftypefn
21 22
22 function import_meshfunction_type (typename) 23 function import_meshfunction_type (typename)
23 24