From 0b83eb8e1e7d44474ab3486f8e53ae0641e70d90 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 23 Aug 2017 12:02:19 -0700 Subject: [PATCH] Add file to documentation --- doc/qbk/03_core/4_files.qbk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/qbk/03_core/4_files.qbk b/doc/qbk/03_core/4_files.qbk index 8fb154da..71c95618 100644 --- a/doc/qbk/03_core/4_files.qbk +++ b/doc/qbk/03_core/4_files.qbk @@ -16,6 +16,12 @@ underlying filesystem: [table File Types [[Name][Description]] +[[ + [link beast.ref.boost__beast__file `file`] +][ + `file` is a type alias to one of the following implementations, + depending on what is available on the target platform. +]] [[ [link beast.ref.boost__beast__file_stdio `file_stdio`] ][