Skip to content
Snippets Groups Projects
Commit c027afda authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

Merge branch 'fix/andre/plugin-experimental-status' into 'master'

[Plugins] fix experimental status of some plugins

See merge request frama-c/frama-c!2643
parents 5c0d126d 2c2d4580
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ include Plugin.Register
(struct
let name = "impact"
let shortname = "impact"
let help = "impact analysis (experimental)"
let help = "impact analysis"
end)
module Pragma =
......
......@@ -24,7 +24,7 @@ include Plugin.Register
(struct
let name = "report"
let shortname = "report"
let help = "Properties Status Report (experimental)"
let help = "Properties Status Report"
end)
module Print =
......
......@@ -28,7 +28,7 @@ module P = Plugin.Register
(struct
let name = "Server"
let shortname = "server"
let help = "Frama-C Request Server"
let help = "Frama-C Request Server (experimental)"
end)
include P
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment