I write a function
f[x_]:=Module[{},(
f::usage="gives the square of x"
x^2
)]
When I run ?f I get a this output:
Global`
CreateUUID["Info-"]
False
False
False
What is the problem? Is it a bug in mathematica ?
I write a function
f[x_]:=Module[{},(
f::usage="gives the square of x"
x^2
)]
When I run ?f I get a this output:
Global`
CreateUUID["Info-"]
False
False
False
What is the problem? Is it a bug in mathematica ?
RebuildPacletData[]and then restart Mathematica. – ilian Mar 17 '16 at 22:56~/.Mathematica/Pacletsdirectory. – ilian Mar 17 '16 at 23:25