Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
543ec9c2
Commit
543ec9c2
authored
Dec 02, 2019
by
SOLIMAN Sylvain
Browse files
solved doc issue because generate_doc was nondet
parent
341894d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc.pl
View file @
543ec9c2
...
...
@@ -908,13 +908,15 @@ setup_doc :-
generate_doc
:-
setup_doc
,
generate_doc_file
(
doc
),
check_doc
(
doc
,
quiet
).
check_doc
(
doc
,
quiet
),
!.
generate_devdoc
:-
setup_doc
,
generate_doc_file
(
devdoc
),
check_doc
(
devdoc
,
quiet
).
check_doc
(
devdoc
,
quiet
),
!.
generate_doc_file
(
Type
)
:-
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment