]> granicus.if.org Git - graphviz/commitdiff
remove superfluous empty @param in doxygen comments
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 14 Mar 2021 20:34:52 +0000 (13:34 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 20 Mar 2021 20:52:47 +0000 (13:52 -0700)
Fixes #1977.

CHANGELOG.md
lib/sfio/sfraise.c
lib/sfio/sfread.c

index 44068411ce33d28bace350ab209e62c153b73f65..03bb24719ba003e51b27e9e24a872e76adcce75b 100644 (file)
@@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - gvpr on Windows does not support absolute paths #1780
 - buffer overflow in unflatten
 - agxbputc macro does not bracket its arguments #1814
+- Superfluous empty `@param` in documentation #1977
 
 ## [2.46.1] - 2021-02-13
 
index 8ed48548a602b6ef0df9c640204c11242932baa2..f3239cbc064e23fdbed3948bc8d604a6b7b8b08a 100644 (file)
@@ -18,7 +18,6 @@
  * @param f stream
  * @param type type of event
  * @param data associated data
- * @param 
  */
 int sfraise(Sfio_t * f, int type, void * data)
 {
index 67f6159357d09904501cd80627c658098679492e..6449c2edda0e1e2447b0a51d7b17e5abec17557d 100644 (file)
@@ -19,7 +19,6 @@
  * @param f read from this stream
  * @param buf buffer to read into
  * @param n number of bytes to be read
- * @param 
  */
 ssize_t sfread(Sfio_t * f, void * buf, size_t n)
 {