From: Simon Pilgrim Date: Thu, 8 Dec 2016 10:41:41 +0000 (+0000) Subject: Wdocumentation fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbc30ffcb66ba774e6b5eef92e3ac00e15906aec;p=llvm Wdocumentation fix git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289038 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/DwarfGenerator.h b/lib/CodeGen/DwarfGenerator.h index 9e7bdfb6f40..223e54b724b 100644 --- a/lib/CodeGen/DwarfGenerator.h +++ b/lib/CodeGen/DwarfGenerator.h @@ -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 \param P . void addAttribute(uint16_t Attr, dwarf::Form Form, const void *P, size_t S); /// Add a new child to this DIE object.