Updated comments to match renamed files.

This commit is contained in:
Lasse Collin 2009-06-26 21:00:35 +03:00
parent 65014fd211
commit da0af22e4b
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //
/// \file process.c /// \file coder.c
/// \brief Compresses or uncompresses a file /// \brief Compresses or uncompresses a file
// //
// Author: Lasse Collin // Author: Lasse Collin

View File

@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //
/// \file process.h /// \file coder.h
/// \brief Compresses or uncompresses a file /// \brief Compresses or uncompresses a file
// //
// Author: Lasse Collin // Author: Lasse Collin

View File

@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //
/// \file io.c /// \file file_io.c
/// \brief File opening, unlinking, and closing /// \brief File opening, unlinking, and closing
// //
// Author: Lasse Collin // Author: Lasse Collin

View File

@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //
/// \file io.h /// \file file_io.h
/// \brief I/O types and functions /// \brief I/O types and functions
// //
// Author: Lasse Collin // Author: Lasse Collin