-
Notifications
You must be signed in to change notification settings - Fork 5
Topic/rdkemw 16330 1 #194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Topic/rdkemw 16330 1 #194
Changes from 7 commits
a84164f
fcd130f
98ea5f5
d98d86e
d2329ca
4176268
11ea30b
d35e7da
2a3bc2a
3fd1df7
ef652ff
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -105,7 +105,7 @@ class ctrlm_thunder_plugin_t { | |||
| std::string callsign_with_api(); | ||||
|
|
||||
| /** | ||||
| * This functions is used to get a Thunder Plugin property. | ||||
| * This function is used to get a Thunder Plugin property. | ||||
| * @param method The method in which the user wants to call. | ||||
| * @param params The WPEFramework JsonObject containing the parameters for the call. (We can't include WPEFramework headers in controlMgr .h files as their logging macros clash) | ||||
|
||||
| * @param params The WPEFramework JsonObject containing the parameters for the call. (We can't include WPEFramework headers in controlMgr .h files as their logging macros clash) |
Copilot
AI
Apr 6, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Doxygen for property_get() is describing a "method" parameter, but the function signature takes a "property" string. This makes the API docs misleading; update the @param name/description to match the actual "property" argument (and what it represents).
Copilot
AI
Apr 6, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation for call_plugin_string() says the response is a WPEFramework JsonObject, but the function actually returns a std::string via the response pointer. Update the @param response description to avoid confusing callers.
Uh oh!
There was an error while loading. Please reload this page.