Skip to content
Snippets Groups Projects
Commit a0690931 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[doc] removed journal

parent e9aad683
No related branches found
No related tags found
No related merge requests found
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
.TH "FRAMA-C" "1" "" "2021-06-18" "" .TH "FRAMA-C" "1" "" "2021-06-18" ""
.hy .hy
.\"------------------------------------------------------------------------ .\"------------------------------------------------------------------------
.\" .\"
.\" This file is part of Frama-C documentation .\" This file is part of Frama-C documentation
.\" .\"
.\" Copyright (C) 2007-2021 .\" Copyright (C) 2007-2021
.\" CEA (Commissariat à l'énergie atomique et aux énergies .\" CEA (Commissariat à l'énergie atomique et aux énergies
.\" alternatives) .\" alternatives)
.\" .\"
.\" you can redistribute it and/or modify it under the terms of the .\" you can redistribute it and/or modify it under the terms of the
.\" CC-BY-SA 4.0 license .\" CC-BY-SA 4.0 license
...@@ -293,21 +293,6 @@ Use \f[B]\[at]inline\f[R] to select all functions with attribute ...@@ -293,21 +293,6 @@ Use \f[B]\[at]inline\f[R] to select all functions with attribute
Recursive functions are inlined only at the first level. Recursive functions are inlined only at the first level.
Calls via function pointers are not inlined. Calls via function pointers are not inlined.
.TP .TP
-journal-disable
do not output a journal of the current session.
See \f[B]-journal-enable\f[R].
.TP
-journal-enable
on by default, dumps a journal of all the actions performed during the
current Frama-C session in the form of an OCaml script that can be
replayed with \f[B]-load-script\f[R].
The name of the script can be set with the \f[B]-journal-name\f[R]
option.
.TP
-journal-name \f[I]name\f[R]
sets the name of the journal file (without the \f[I].ml\f[R] extension).
Defaults to \f[B]frama_c_journal\f[R].
.TP
-json-compilation-database \f[I]path\f[R] -json-compilation-database \f[I]path\f[R]
use \f[I]path\f[R] as a JSON compilation database (see use \f[I]path\f[R] as a JSON compilation database (see
<https://clang.llvm.org/docs/JSONCompilationDatabase.html> for more <https://clang.llvm.org/docs/JSONCompilationDatabase.html> for more
......
...@@ -4,13 +4,13 @@ header-includes: ...@@ -4,13 +4,13 @@ header-includes:
- | - |
```{=man} ```{=man}
.\"------------------------------------------------------------------------ .\"------------------------------------------------------------------------
.\" .\"
.\" This file is part of Frama-C documentation .\" This file is part of Frama-C documentation
.\" .\"
.\" Copyright (C) 2007-2021 .\" Copyright (C) 2007-2021
.\" CEA (Commissariat à l'énergie atomique et aux énergies .\" CEA (Commissariat à l'énergie atomique et aux énergies
.\" alternatives) .\" alternatives)
.\" .\"
.\" you can redistribute it and/or modify it under the terms of the .\" you can redistribute it and/or modify it under the terms of the
.\" CC-BY-SA 4.0 license .\" CC-BY-SA 4.0 license
...@@ -248,19 +248,6 @@ Use **@inline** to select all functions with attribute *inline*. ...@@ -248,19 +248,6 @@ Use **@inline** to select all functions with attribute *inline*.
Recursive functions are inlined only at the first level. Recursive functions are inlined only at the first level.
Calls via function pointers are not inlined. Calls via function pointers are not inlined.
-journal-disable
: do not output a journal of the current session. See **-journal-enable**.
-journal-enable
: on by default, dumps a journal of all the actions performed during the
current Frama-C session in the form of an OCaml script that can be replayed
with **-load-script**. The name of the script can be set with the
**-journal-name** option.
-journal-name *name*
: sets the name of the journal file (without the *.ml* extension).
Defaults to **frama_c_journal**.
-json-compilation-database *path* -json-compilation-database *path*
: use *path* as a JSON compilation database : use *path* as a JSON compilation database
(see <https://clang.llvm.org/docs/JSONCompilationDatabase.html> (see <https://clang.llvm.org/docs/JSONCompilationDatabase.html>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment