Skip to content

Commit 3d78638

Browse files
authored
Remove invalid reference link from keywords.txt
The third field of keywords.txt is used to provide Arduino Language/Libraries Reference links, which are accessed from the Arduino IDE by highlighting the keyword and then selecting "Find in Reference" from the Help or right click menu. Adding values to this field that do not match any existing reference pages results in a "Could not open the URL" error. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywordstxt-format
1 parent cb78078 commit 3d78638

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

keywords.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
#######################################
88

99
Firmata KEYWORD1 Firmata
10-
callbackFunction KEYWORD1 callbackFunction
11-
systemResetCallbackFunction KEYWORD1 systemResetCallbackFunction
12-
stringCallbackFunction KEYWORD1 stringCallbackFunction
13-
sysexCallbackFunction KEYWORD1 sysexCallbackFunction
10+
callbackFunction KEYWORD1
11+
systemResetCallbackFunction KEYWORD1
12+
stringCallbackFunction KEYWORD1
13+
sysexCallbackFunction KEYWORD1
1414

1515
#######################################
1616
# Methods and Functions (KEYWORD2)

0 commit comments

Comments
 (0)