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
d232d010
Commit
d232d010
authored
5 months ago
by
Andre Maroneze
Browse files
Options
Downloads
Patches
Plain Diff
[doc] minor fixes to devman
parent
a2eb1c87
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/developer/advance.tex
+3
-3
3 additions, 3 deletions
doc/developer/advance.tex
doc/frama-c-book.cls
+1
-1
1 addition, 1 deletion
doc/frama-c-book.cls
with
4 additions
and
4 deletions
doc/developer/advance.tex
+
3
−
3
View file @
d232d010
...
...
@@ -1382,7 +1382,7 @@ be changed by using the
\paragraph
{
Source Options.
}
By default, a message is not localized. You may
specify a source location, either specifically or by using the current
location of an
\texttt
{
AST
}
visitor.
\lstset
{
style=frama-c-style
}
\lstset
{
style=frama-c-style
,language=
}
\begin{itemize}
\item
[]
\lstinline
{
~source:
$
s
$}
use the source position
$
s
$
(see
\texttt
{
Log.mli
}
)
\item
[]
\lstinline
{
~current:true
}
use the source location
...
...
@@ -4131,8 +4131,8 @@ definitions from other languages, e.g. \textsf{Coq} or \textsf{Why3}, as regular
\acsl
module definitions. From the user point the view, this takes the form
of an extended
\verb
+
import
+
clause:
\begin{lstlisting}
//@ import <loader>: <module
-
name> [
\as
<alias-name> ];
\begin{lstlisting}
[style=c]
//@ import <loader>: <module
_
name> [
\as
<alias-name> ];
\end{lstlisting}
The syntax is similar to the general ACSL
\verb
+
import
+
annotation, except that the
...
...
This diff is collapsed.
Click to expand it.
doc/frama-c-book.cls
+
1
−
1
View file @
d232d010
...
...
@@ -489,7 +489,7 @@
\\
tainted,
Here,LoopCurrent,LoopEntry,Pre,Post,Old,
\\
Cons,
\\
Down,
\\
NearestAway,
\\
NearestEven,
\\
Nil,
\\
ToZero,
\\
Up,
\\
at,
\\
allocable,
\\
allocation,
\\
automatic,
\\
base
_
addr,
\\
block
_
length,
\\
dangling,
\\
as,
\\
at,
\\
allocable,
\\
allocation,
\\
automatic,
\\
base
_
addr,
\\
block
_
length,
\\
dangling,
\\
dynamic,
\\
exists,
\\
exit
_
status,
\\
false,
\\
forall,
\\
freeable,
\\
fresh,
\\
from,
\\
in,
\\
initialized,
\\
lambda,
\\
let,
\\
list,
\\
match,
\\
nothing,
\\
null,
\\
numof,
\\
object
_
pointer,
\\
offset,
\\
old,
\\
register,
\\
result,
\\
separated,
\\
static,
...
...
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