We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5068b5e commit ff31928Copy full SHA for ff31928
tools/snippets/src/addon.cpp
@@ -40,7 +40,7 @@ namespace addon_TODO {
40
* When called from JavaScript, the function expects TODO arguments:
41
*
42
* * __x__: a number.
43
- * * __y__: a number
+ * * __y__: a number.
44
45
* @param info arguments
46
*/
tools/snippets/src/todo.c
@@ -16,9 +16,6 @@
16
* limitations under the License.
17
18
19
-/**
20
-* TODO.
21
-*/
22
#include <math.h>
23
#include "TODO.h"
24
0 commit comments