rename doc macros
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user