PR16106: Correct the docs to reflect the actual behavior of the interface.

llvm-svn: 299639
This commit is contained in:
Vassil Vassilev 2017-04-06 10:05:46 +00:00
parent b3856d65ea
commit 4b8e29d516
1 changed files with 2 additions and 2 deletions

View File

@ -478,8 +478,8 @@ CINDEX_LINKAGE void clang_getExpansionLocation(CXSourceLocation location,
unsigned *offset);
/**
* \brief Retrieve the file, line, column, and offset represented by
* the given source location, as specified in a # line directive.
* \brief Retrieve the file, line and column represented by the given source
* location, as specified in a # line directive.
*
* Example: given the following source code in a file somefile.c
*