doc, small fixes
This commit is contained in:
@@ -20,12 +20,15 @@
|
||||
#include "piiobytearray.h"
|
||||
|
||||
|
||||
/*! \class PIIOByteArray
|
||||
* \brief PIIODevice wrapper around PIByteArray
|
||||
*
|
||||
* \section PIIOByteArray_sec0 Synopsis
|
||||
* This class sllow you to use PIByteArray as PIIODevice and pass it to, e.g. PIConfig
|
||||
*/
|
||||
//! \class PIIOByteArray piiobytearray.h
|
||||
//! \details
|
||||
//! \~english
|
||||
//! This class allow you to use PIByteArray as PIIODevice, e.g. to pass it to PIConfig.
|
||||
//!
|
||||
//! \~russian
|
||||
//! Этот класс позволяет использовать PIByteArray в качестве PIIODevice, например,
|
||||
//! для передачи в PIConfig.
|
||||
//!
|
||||
|
||||
|
||||
PIIOByteArray::PIIOByteArray(PIByteArray *buffer, PIIODevice::DeviceMode mode) {
|
||||
|
||||
Reference in New Issue
Block a user