Skip to content
Snippets Groups Projects
Commit c95719ba authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[Doc] add userman chapter about compliance

parent 9e43785c
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -60,6 +60,8 @@ The remainder of this manual is organized in several chapters. ...@@ -60,6 +60,8 @@ The remainder of this manual is organized in several chapters.
as \texttt{printf} and \texttt{scanf}. as \texttt{printf} and \texttt{scanf}.
\item[Chapter~\ref{user-analysis-scripts}] details several scripts used to \item[Chapter~\ref{user-analysis-scripts}] details several scripts used to
help setup and run analyses on large code bases. help setup and run analyses on large code bases.
\item[Chapter~\ref{user-compliance}] contains information related to compliance
to standards and coding guidelines (ISO C, CERT, CWEs, etc).
\item[Chapter~\ref{user-errors}] explains how to report errors \via \FramaC's \item[Chapter~\ref{user-errors}] explains how to report errors \via \FramaC's
public Gitlab repository. public Gitlab repository.
\end{description} \end{description}
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
\usepackage{graphicx} \usepackage{graphicx}
\usepackage{calc} \usepackage{calc}
\usepackage{array}
\usepackage{longtable}
\include{macros} \include{macros}
\input{./frama-c-affiliation.tex} \input{./frama-c-affiliation.tex}
...@@ -66,6 +68,7 @@ Baudin, Mickaël Delahaye, Philippe Hermann, Benjamin Monate and Dillon Pariente ...@@ -66,6 +68,7 @@ Baudin, Mickaël Delahaye, Philippe Hermann, Benjamin Monate and Dillon Pariente
\include{user-report} \include{user-report}
\include{user-variadic} \include{user-variadic}
\include{user-analysis-scripts} \include{user-analysis-scripts}
\include{user-compliance}
\include{user-errors} \include{user-errors}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
......
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