Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
c24c58d9
Commit
c24c58d9
authored
2 years ago
by
Loïc Correnson
Browse files
Options
Downloads
Patches
Plain Diff
[server] fix server doc
parent
82432f6c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/server/server_doc.ml
+1
-2
1 addition, 2 deletions
src/plugins/server/server_doc.ml
with
1 addition
and
2 deletions
src/plugins/server/server_doc.ml
+
1
−
2
View file @
c24c58d9
...
...
@@ -195,12 +195,11 @@ let descr_of_decl names decl =
let
declaration
page
names
decl
=
match
decl
.
d_kind
with
|
D_decoder
_
|
D_order
_
->
()
|
D_decoder
_
|
D_order
_
|
D_default
_
->
()
|
_
->
let
name
=
decl
.
d_ident
.
name
in
let
fullname
=
name_of_ident
decl
.
d_ident
in
let
kind
=
kind_of_decl
decl
.
d_kind
in
(* let title = Printf.sprintf "`%s` %s" kind fullname in *)
let
title
=
Printf
.
sprintf
"%s (`%s`)"
fullname
kind
in
let
index
=
[
title
]
in
let
contents
=
Markdown
.
par
decl
.
d_descr
in
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment