Skip to content

Commit 368173d

Browse files
authored
docs: exclude param and return descriptions from header file comment
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 7fb5d30 commit 368173d

File tree

1 file changed

+0
-4
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/arcsine/mode/include/stdlib/stats/base/dists/arcsine

1 file changed

+0
-4
lines changed

lib/node_modules/@stdlib/stats/base/dists/arcsine/mode/include/stdlib/stats/base/dists/arcsine/mode.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ extern "C" {
2828

2929
/**
3030
* Returns the mode of an arcsine distribution with minimum support `a` and maximum support `b`.
31-
*
32-
* @param a minimum support
33-
* @param b maximum support
34-
* @return mode of the distribution
3531
*/
3632
double stdlib_base_dists_arcsine_mode( const double a, const double b );
3733

0 commit comments

Comments
 (0)