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
Lifeware
biocham
Commits
aecece9d
Commit
aecece9d
authored
Jan 18, 2016
by
Thierry Martinez
Browse files
Index sorted
parent
37917bde
Changes
1
Show whitespace changes
Inline
Side-by-side
doc.pl
View file @
aecece9d
...
@@ -334,8 +334,9 @@ generate_body_item(index, Doc, _Type) :-
...
@@ -334,8 +334,9 @@ generate_body_item(index, Doc, _Type) :-
\
+
(
\
+
(
format
(
Doc
,
'<h4>~a</h4>\n'
,
[
Letter
]),
format
(
Doc
,
'<h4>~a</h4>\n'
,
[
Letter
]),
write
(
Doc
,
'<ul>\n'
),
write
(
Doc
,
'<ul>\n'
),
sort
(
1
,
@=<,
Entries
,
SortedEntries
),
\
+
(
\
+
(
member
((
Key
:
Sections
),
Entries
),
member
((
Key
:
Sections
),
Sorted
Entries
),
\
+
(
\
+
(
format
(
Doc
,
'<li>~a '
,
[
Key
]),
format
(
Doc
,
'<li>~a '
,
[
Key
]),
\
+
(
\
+
(
...
...
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