mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 06:44:39 +02:00
Doc tidying
This commit is contained in:
@@ -22,7 +22,9 @@ namespace beast {
|
||||
of @b File given the platform and build settings.
|
||||
*/
|
||||
#if BEAST_DOXYGEN
|
||||
using file = implementation_defined;
|
||||
struct file : file_stdio
|
||||
{
|
||||
};
|
||||
#else
|
||||
#if BEAST_USE_WIN32_FILE
|
||||
using file = file_win32;
|
||||
|
@@ -32,9 +32,9 @@
|
||||
|
||||
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
|
||||
{
|
||||
|
Reference in New Issue
Block a user