doxygen @ tags replaced to \

This commit is contained in:
2022-03-14 21:19:31 +03:00
parent 9bf1a11701
commit 54b5372356
142 changed files with 1079 additions and 1079 deletions

View File

@@ -1,5 +1,5 @@
/*! @file pifile.h
* @brief Local file
/*! \file pifile.h
* \brief Local file
*/
/*
PIP - Platform Independent Primitives
@@ -267,16 +267,16 @@ public:
//! \{
//! \fn void clear()
//! @brief Clear content of file
//! \brief Clear content of file
//! \fn void resize(llong new_size)
//! @brief Resize file to "new_size" with "fill" filling
//! \brief Resize file to "new_size" with "fill" filling
//! \fn void resize(llong new_size, uchar fill)
//! @brief Resize file to "new_size" with "fill" filling
//! \brief Resize file to "new_size" with "fill" filling
//! \fn void remove()
//! @brief Remove file
//! \brief Remove file
//! \}
//! \ioparams