We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2cee45 commit 88ea4f1Copy full SHA for 88ea4f1
include/snowboy_ros/hotword_detector.h
@@ -19,8 +19,8 @@ class HotwordDetector
19
20
//!
21
//! \brief initialize Initializes the Snowbody
22
- //! \param [in] resource_filename Filename of resource file.
23
- //! \param [in] model_str A string of multiple hotword models,
+ //! \param [in] resource_filename Filename of resource file
+ //! \param [in] model_filename A string of multiple hotword models
24
25
void initialize(const char* resource_filename, const char* model_filename);
26
0 commit comments