mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
DIE::addAttribute(): Prune a redundant \param. [-Wdocumentation]
llvm-svn: 289056
This commit is contained in:
parent
a21d98f25e
commit
e679e53c40
@ -120,7 +120,7 @@ public:
|
||||
/// \param Form the dwarf::Form to use when encoding the attribute. The form
|
||||
/// must be one of DW_FORM_strp or DW_FORM_string.
|
||||
/// \param P a pointer to the data to store as the attribute value.
|
||||
/// \param S the size in bytes of the data pointed to by \param P .
|
||||
/// \param S the size in bytes of the data pointed to by P .
|
||||
void addAttribute(uint16_t Attr, dwarf::Form Form, const void *P, size_t S);
|
||||
|
||||
/// Add a new child to this DIE object.
|
||||
|
Loading…
Reference in New Issue
Block a user