-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Open
Labels
docsystemThe documentation building systemThe documentation building system
Description
If you save the following code to a file and include() it, neither ?f nor ?g will print any documentation. Removing the if fixes the problem. This is annoying when only adding a function depending on the Julia version, notably when extending a Base function which may not exist in older releases.
if false
"""
Do something funny.
"""
f(x) = 1
else
"""
Do something sad.
"""
g(x) = 1
endLilithHafner and gdalle
Metadata
Metadata
Assignees
Labels
docsystemThe documentation building systemThe documentation building system