From aadc735d716f0736458ebc23f24569dd35a7a643 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 13 Sep 2017 17:39:29 +0200 Subject: [PATCH] system/FileDescriptor: mention class UniqueFileDescriptor in API documentation --- src/system/FileDescriptor.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/system/FileDescriptor.hxx b/src/system/FileDescriptor.hxx index faec76319..3b6b0e59a 100644 --- a/src/system/FileDescriptor.hxx +++ b/src/system/FileDescriptor.hxx @@ -50,7 +50,8 @@ /** * An OO wrapper for a UNIX file descriptor. * - * This class is unmanaged and trivial. + * This class is unmanaged and trivial; for a managed version, see + * #UniqueFileDescriptor. */ class FileDescriptor { protected: