Skip to content

Commit

Permalink
More explicit.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Nov 10, 2023
1 parent 7137fab commit df87fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mkdocs/docs/manual/mathdoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ At this stage:

* `cpp/` remains empty,
* `pdf/` remains empty,
* `src/` contains all the used Faust sources (even libraries),
* `src/` contains all the used Faust sources (so with all needed libraries to have a self-contained DSP),
* `svg/` contains SVG block-diagram files,
* `tex/` contains the generated Latex file.

Expand Down
2 changes: 1 addition & 1 deletion quick-reference/chapters/mathdoc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ \subsection{Invoking the -mdoc option}
\begin{itemize}
\item \lstinline!cpp/! remains empty,
\item \lstinline!pdf/! remains empty,
\item \lstinline!src/! contains all \faust sources used (even libraries),
\item \lstinline!src/! contains all the used \faust sources (so all needed libraries to have a self-contained DSP),
\item \lstinline!svg/! contains \svg block-diagram files,
\item \lstinline!tex/! contains the generated \latex file.
\end{itemize}
Expand Down

0 comments on commit df87fed

Please sign in to comment.