mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 00:49:43 +00:00
[Docs] Fix LLVM_YAML_IS_DOCUMENT_LIST_VECTOR
The docs incorrectly said to repeat std::vector inside LLVM_YAML_IS_DOCUMENT_LIST_VECTOR. llvm-svn: 337695
This commit is contained in:
parent
2dd7e5e222
commit
de95704e74
@ -1020,7 +1020,7 @@ object. For example:
|
|||||||
// Reading multiple documents in one file
|
// Reading multiple documents in one file
|
||||||
using llvm::yaml::Input;
|
using llvm::yaml::Input;
|
||||||
|
|
||||||
LLVM_YAML_IS_DOCUMENT_LIST_VECTOR(std::vector<MyDocType>)
|
LLVM_YAML_IS_DOCUMENT_LIST_VECTOR(MyDocType)
|
||||||
|
|
||||||
Input yin(mb.getBuffer());
|
Input yin(mb.getBuffer());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user