Fixes .c -> .cpp in comments. For doxygen.

This commit is contained in:
Geoff Nixon
2014-02-27 02:55:04 -08:00
parent ddcd2b0810
commit 18dd6f58e3
61 changed files with 107 additions and 77 deletions

View File

@@ -1,3 +1,6 @@
/** \file fish.cpp
The main loop of fish.
*/
/*
Copyright (C) 2005-2008 Axel Liljencrantz
@@ -15,11 +18,6 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
/** \file fish.c
The main loop of <tt>fish</tt>.
*/
#include "config.h"