]> git.proxmox.com Git - libgit2.git/blobdiff - docs/coding-style.md
New upstream version 1.3.0+dfsg.1
[libgit2.git] / docs / coding-style.md
index d5188f0bc0c1f990d9d3857cb3efe378c0af21e0..b8b94d69ca867caf7cdb756f9856bd96434451ac 100644 (file)
@@ -172,7 +172,7 @@ tags:
  *
  * @param s String to froznicate
  * @return A newly allocated string or `NULL` in case an error occurred.
- * /
+ */
 char *froznicate(const char *s);
 ```