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
e194b4e6
Commit
e194b4e6
authored
4 years ago
by
Loïc Correnson
Committed by
Michele Alberti
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[ivette] fix typedoc output
parent
a440eb16
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ivette/.gitignore
+0
-2
0 additions, 2 deletions
ivette/.gitignore
ivette/Makefile
+0
-8
0 additions, 8 deletions
ivette/Makefile
ivette/tsconfig.json
+1
-1
1 addition, 1 deletion
ivette/tsconfig.json
with
1 addition
and
11 deletions
ivette/.gitignore
+
0
−
2
View file @
e194b4e6
...
...
@@ -9,8 +9,6 @@ yarn.lock
yarn-error.log
/bin
/dist
/build
/doc/html
/doc/typedoc
# --------------------------------------------------------------------------
This diff is collapsed.
Click to expand it.
ivette/Makefile
+
0
−
8
View file @
e194b4e6
...
...
@@ -28,17 +28,9 @@ lint: dome-pkg dome-templ
# --- Ivette Documentation
# --------------------------------------------------------------------------
# can also use dome-doc to generate Dome-only documentation
D_ICONS
=
$(
addprefix
$(
DOME
)
/doc/template/gallery-, head.html icons.html tail.html
)
D_OUT
=
doc/html
doc
:
@
echo
"[Ivette] documentation"
@
rm
-fr
$(
D_OUT
)
@
mkdir
-p
$(
D_OUT
)
@
yarn run typedoc
@
echo
"[Ivette]
$(
D_OUT
)
/index.html"
# --------------------------------------------------------------------------
# --- Ivette Plugins
...
...
This diff is collapsed.
Click to expand it.
ivette/tsconfig.json
+
1
−
1
View file @
e194b4e6
...
...
@@ -83,7 +83,7 @@
"includeVersion"
:
true
,
"disableSources"
:
true
,
"mode"
:
"modules"
,
"out"
:
"doc/
typedoc
"
,
"out"
:
"doc/
html
"
,
"excludePrivate"
:
true
,
"stripInternal"
:
true
,
"readme"
:
"./README.md"
,
...
...
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