liblzma: Fix comments.

Thanks to Bruce Stark.
This commit is contained in:
Lasse Collin 2019-06-03 20:41:54 +03:00
parent 6a73a78895
commit 85da31d8b8
6 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //
/// \file alone_decoder.c /// \file alone_encoder.c
/// \brief Decoder for LZMA_Alone files /// \brief Encoder for LZMA_Alone files
// //
// Author: Lasse Collin // Author: Lasse Collin
// //

View File

@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //
/// \file block_header.c /// \file block_util.c
/// \brief Utility functions to handle lzma_block /// \brief Utility functions to handle lzma_block
// //
// Author: Lasse Collin // Author: Lasse Collin

View File

@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //
/// \file common.h /// \file common.c
/// \brief Common functions needed in many places in liblzma /// \brief Common functions needed in many places in liblzma
// //
// Author: Lasse Collin // Author: Lasse Collin

View File

@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //
/// \file filter_common.c /// \file filter_common.h
/// \brief Filter-specific stuff common for both encoder and decoder /// \brief Filter-specific stuff common for both encoder and decoder
// //
// Author: Lasse Collin // Author: Lasse Collin

View File

@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //
/// \file filter_decoder.c /// \file filter_decoder.h
/// \brief Filter ID mapping to filter-specific functions /// \brief Filter ID mapping to filter-specific functions
// //
// Author: Lasse Collin // Author: Lasse Collin

View File

@ -1,7 +1,7 @@
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //
/// \file filter_flags_encoder.c /// \file filter_flags_encoder.c
/// \brief Decodes a Filter Flags field /// \brief Encodes a Filter Flags field
// //
// Author: Lasse Collin // Author: Lasse Collin
// //