From 930f6e3e873cc390de27da684b1cc3dd481ebf84 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Tue, 12 Mar 2019 10:06:31 -0600 Subject: [PATCH] example documentation cleanup --- examples/C/format.c | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/examples/C/format.c b/examples/C/format.c index 555951203..482426b8f 100644 --- a/examples/C/format.c +++ b/examples/C/format.c @@ -1,25 +1,20 @@ -/*! \file - -Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, -2015, 2016, 2017, 2018 -University Corporation for Atmospheric Research/Unidata. - -See \ref copyright file for more info. - -*/ - - -/* This example program is part of Unidata's netCDF library for - scientific data access. - - This example shows how to create and deal with files of different - netcdf formats (i.e. classic vs. 64-bit-offset). - - Ed Hartnett, 7/13/4 - $Id: format.c,v 1.1 2004/07/26 14:04:42 ed Exp $ +/* Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, +2013, 2014, 2015, 2016, 2017, 2018 University Corporation for +Atmospheric Research/Unidata. See \ref copyright file for more +info. */ +/** + * @file + * This example program is part of Unidata's netCDF library for + * scientific data access. + * + * This example shows how to create and deal with files of different + * netcdf formats (i.e. classic vs. 64-bit-offset). + * + * @author Ed Hartnett, 7/13/4 */ +#include #include #include #include