Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
93d1c5d3
Commit
93d1c5d3
authored
Dec 11, 2019
by
Michele Alberti
Browse files
[Server] Better name for the service.
parent
3c0c8852
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/server/kernel_project.ml
View file @
93d1c5d3
...
...
@@ -127,8 +127,8 @@ let () = Request.register ~page
let
()
=
Request
.
register
~
kind
:
`GET
~
page
~
name
:
"kernel.project.getSourceFiles"
~
descr
:
(
Md
.
plain
"Get the
fil
es of the current project"
)
~
page
~
name
:
"kernel.project.getSourceFile
Name
s"
~
descr
:
(
Md
.
plain
"Get the
source file nam
es of the current project"
)
~
input
:
(
module
Junit
)
~
output
:
(
module
Jstring
.
Jlist
)
Kernel
.
Files
.
get
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment