forked from OSchip/llvm-project
PR16106: Correct the docs to reflect the actual behavior of the interface.
llvm-svn: 299639
This commit is contained in:
parent
b3856d65ea
commit
4b8e29d516
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue