From 6ea927b1d7624bed517daf3bcd7a018dbf91927a Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Tue, 6 May 2008 19:17:01 +0000 Subject: Improve documentation. llvm-svn: 50768 --- llvm/include/llvm-c/BitWriter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/include/llvm-c') diff --git a/llvm/include/llvm-c/BitWriter.h b/llvm/include/llvm-c/BitWriter.h index bc5699f1a9a..008ff9f2c10 100644 --- a/llvm/include/llvm-c/BitWriter.h +++ b/llvm/include/llvm-c/BitWriter.h @@ -28,7 +28,8 @@ extern "C" { /*===-- Operations on modules ---------------------------------------------===*/ -/* Writes a module to an open file descriptor. Returns 0 on success. */ +/* Writes a module to an open file descriptor. Returns 0 on success. + Closes the Handle. Use dup first if this is not what you want. */ int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle); /* Writes a module to the specified path. Returns 0 on success. */ -- cgit v1.2.3