rename doc macros

This commit is contained in:
2021-08-04 16:31:32 +03:00
parent 0c7ce272e6
commit 25def958a1
140 changed files with 963 additions and 983 deletions

View File

@@ -1,5 +1,5 @@
/*! \file pifile.h
* \brief Local file
/*! @file pifile.h
* @brief Local file
*/
/*
PIP - Platform Independent Primitives
@@ -266,16 +266,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