diff options
| author | 2019-01-27 16:42:12 +0000 | |
|---|---|---|
| committer | 2019-01-27 16:42:12 +0000 | |
| commit | b773203fb58f3ef282fb69c832d8710cab5bc82d (patch) | |
| tree | e75913f147570fbd75169647b144df85b88a038c /gnu/llvm/tools/clang/include/clang-c/CXString.h | |
| parent | tweak errno in previous (diff) | |
| download | wireguard-openbsd-b773203fb58f3ef282fb69c832d8710cab5bc82d.tar.xz wireguard-openbsd-b773203fb58f3ef282fb69c832d8710cab5bc82d.zip | |
Import LLVM 7.0.1 release including clang, lld and lldb.
Diffstat (limited to 'gnu/llvm/tools/clang/include/clang-c/CXString.h')
| -rw-r--r-- | gnu/llvm/tools/clang/include/clang-c/CXString.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/llvm/tools/clang/include/clang-c/CXString.h b/gnu/llvm/tools/clang/include/clang-c/CXString.h index 68ab7bc5244..76eeda18010 100644 --- a/gnu/llvm/tools/clang/include/clang-c/CXString.h +++ b/gnu/llvm/tools/clang/include/clang-c/CXString.h @@ -28,7 +28,7 @@ extern "C" { */ /** - * \brief A character string. + * A character string. * * The \c CXString type is used to return strings from the interface when * the ownership of that string might differ from one call to the next. @@ -46,17 +46,17 @@ typedef struct { } CXStringSet; /** - * \brief Retrieve the character data associated with the given string. + * Retrieve the character data associated with the given string. */ CINDEX_LINKAGE const char *clang_getCString(CXString string); /** - * \brief Free the given string. + * Free the given string. */ CINDEX_LINKAGE void clang_disposeString(CXString string); /** - * \brief Free the given string set. + * Free the given string set. */ CINDEX_LINKAGE void clang_disposeStringSet(CXStringSet *set); |
