mirror of
https://github.com/boostorg/beast.git
synced 2025-08-05 15:54:46 +02:00
Doc tidying
This commit is contained in:
@@ -22,7 +22,9 @@ namespace beast {
|
|||||||
of @b File given the platform and build settings.
|
of @b File given the platform and build settings.
|
||||||
*/
|
*/
|
||||||
#if BEAST_DOXYGEN
|
#if BEAST_DOXYGEN
|
||||||
using file = implementation_defined;
|
struct file : file_stdio
|
||||||
|
{
|
||||||
|
};
|
||||||
#else
|
#else
|
||||||
#if BEAST_USE_WIN32_FILE
|
#if BEAST_USE_WIN32_FILE
|
||||||
using file = file_win32;
|
using file = file_win32;
|
||||||
|
@@ -32,9 +32,9 @@
|
|||||||
|
|
||||||
namespace beast {
|
namespace beast {
|
||||||
|
|
||||||
/** An implementation of File for Win32.
|
/** An implementation of File for POSIX systems.
|
||||||
|
|
||||||
This class implements a @b File using Win32 native interfaces.
|
This class implements a @b File using POSIX interfaces.
|
||||||
*/
|
*/
|
||||||
class file_posix
|
class file_posix
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user