mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Updated comments to match renamed files.
This commit is contained in:
parent
65014fd211
commit
da0af22e4b
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue