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
c742837c
Commit
c742837c
authored
2 years ago
by
Loïc Correnson
Browse files
Options
Downloads
Patches
Plain Diff
[server] plugins table-of-contents
parent
df9527a4
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
+5
-1
5 additions, 1 deletion
src/plugins/server/server_doc.ml
with
5 additions
and
1 deletion
src/plugins/server/server_doc.ml
+
5
−
1
View file @
c742837c
...
@@ -80,6 +80,10 @@ let page chapter ~title ?(descr=[]) ?readme ~filename () =
...
@@ -80,6 +80,10 @@ let page chapter ~title ?(descr=[]) ?readme ~filename () =
chapter
;
title
;
descr
;
readme
;
chapter
;
title
;
descr
;
readme
;
sections
=
[]
;
sections
=
[]
;
}
in
}
in
begin
match
chapter
with
|
`Kernel
|
`Protocol
->
()
|
`Plugin
p
->
plugins
:=
p
::
!
plugins
end
;
pages
:=
Pages
.
add
path
page
!
pages
;
page
pages
:=
Pages
.
add
path
page
!
pages
;
page
let
static
()
=
[]
let
static
()
=
[]
...
@@ -239,7 +243,7 @@ let table_of_contents () =
...
@@ -239,7 +243,7 @@ let table_of_contents () =
List
.
concat
List
.
concat
(
List
.
map
(
List
.
map
(
fun
p
->
table_of_chapter
(
`Plugin
p
))
(
fun
p
->
table_of_chapter
(
`Plugin
p
))
(
List
.
sort
String
.
compare
!
plugins
))
(
List
.
sort
_uniq
String
.
compare
!
plugins
))
module
Cmap
=
Map
.
Make
module
Cmap
=
Map
.
Make
(
struct
(
struct
...
...
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