OSDN Git Service

Propery format doccomment in lto.h . NFC
authorAmaury Sechet <deadalnix@gmail.com>
Tue, 26 Jul 2016 04:20:30 +0000 (04:20 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Tue, 26 Jul 2016 04:20:30 +0000 (04:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276725 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/lto.h

index b1f5a45..ffdf556 100644 (file)
@@ -145,10 +145,10 @@ extern lto_bool_t
 lto_module_has_objc_category(const void *mem, size_t length);
 
 /**
-* Checks if a buffer is a loadable object file.
-*
-* \since prior to LTO_API_VERSION=3
-*/
+ * Checks if a buffer is a loadable object file.
+ *
+ * \since prior to LTO_API_VERSION=3
+ */
 extern lto_bool_t lto_module_is_object_file_in_memory(const void *mem,
                                                       size_t length);