Skip to content

Commit 866241a

Browse files
committed
add missing && and || syntax
1 parent 97c7237 commit 866241a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

base/docs/basedocs.jl

+8
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,14 @@ keywords[symbol(";")] = doc"""
218218
interfaces.
219219
"""
220220

221+
keywords[:(&&)] = doc"""
222+
short circuting boolean AND
223+
"""
224+
225+
keywords[:(||)] = doc"""
226+
short circuting boolean OR
227+
"""
228+
221229
keywords[:ccall] = doc"""
222230
ccall((symbol, library) or function_pointer, ReturnType,
223231
(ArgumentType1, ...),

0 commit comments

Comments
 (0)