diff options
author | Amaury Sechet <deadalnix@gmail.com> | 2016-07-26 04:20:30 +0000 |
---|---|---|
committer | Amaury Sechet <deadalnix@gmail.com> | 2016-07-26 04:20:30 +0000 |
commit | 06ac2f4a7e72d9635d78e4a7c6a88746a6060a4a (patch) | |
tree | 258bac4f137c4a49786299c9bf2a9b8bdbfb5355 | |
parent | 3865b1d35bd366daa6f859e9ec5c9c873028d432 (diff) | |
download | bcm5719-llvm-06ac2f4a7e72d9635d78e4a7c6a88746a6060a4a.tar.gz bcm5719-llvm-06ac2f4a7e72d9635d78e4a7c6a88746a6060a4a.zip |
Propery format doccomment in lto.h . NFC
llvm-svn: 276725
-rw-r--r-- | llvm/include/llvm-c/lto.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/include/llvm-c/lto.h b/llvm/include/llvm-c/lto.h index b1f5a45d665..ffdf5561dcf 100644 --- a/llvm/include/llvm-c/lto.h +++ b/llvm/include/llvm-c/lto.h @@ -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); |