Skip to content

Commit 3a193dd

Browse files
authored
Merge pull request #131 from cshung/dev/andrewau/warnings
Fixing some warnings found by XCode related to doc comments
2 parents 6061af4 + c91a2c8 commit 3a193dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/pocketsphinx.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ long ps_decode_raw(ps_decoder_t *ps, FILE *rawfh,
303303
* Decode a senone score dump file.
304304
*
305305
* @param ps Decoder
306-
* @param fh Previously opened file handle positioned at start of file.
306+
* @param senfh Previously opened file handle positioned at start of file.
307307
* @return Number of frames read.
308308
*/
309309
POCKETSPHINX_EXPORT
@@ -479,7 +479,7 @@ char const *ps_seg_word(ps_seg_t *seg);
479479
*
480480
* @param seg Segment iterator.
481481
* @param out_sf Output: First frame index in segment.
482-
* @param out_sf Output: Last frame index in segment.
482+
* @param out_ef Output: Last frame index in segment.
483483
*/
484484
POCKETSPHINX_EXPORT
485485
void ps_seg_frames(ps_seg_t *seg, int *out_sf, int *out_ef);
@@ -550,7 +550,6 @@ char const *ps_nbest_hyp(ps_nbest_t *nbest, int32 *out_score);
550550
* Get the word segmentation from an N-best list iterator.
551551
*
552552
* @param nbest N-best iterator.
553-
* @param out_score Output: Path score for this hypothesis.
554553
* @return Iterator over the next best hypothesis.
555554
*/
556555
POCKETSPHINX_EXPORT

0 commit comments

Comments
 (0)