Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 34d9b74c authored by Adrien Leman's avatar Adrien Leman Committed by hhakim
Browse files

doxygen

parent 478d4f6f
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,26 @@ For more information on the FAµST Project, please visit the <a href="http://fau ...@@ -14,6 +14,26 @@ For more information on the FAµST Project, please visit the <a href="http://fau
\section install_sec Installation \section install_sec Installation
See document Faust.pdf to install the toolbox FAµST. See document Faust.pdf to install the toolbox FAµST.
\section NamingConvention Naming conventions in the C++ FAuST project
- namespace : Faust::xxx
- class : Faust::MyClass / Faust::Class
- attributs : m_myAttribut / m_attribut
- methods : myMethod() / method()
- function : Faust::my_function()
- variable : myVariable
- object : myObjet
- files class : faust_MyClass.x / faust_Class.x
- files function : faust_my_function.x
- files class gpu : faust_MyClass_gpu.x / faust_Class_gpu.x
- files function gpu: faust_my_function_gpu.x
- class template gpu : Faust::MyClass<FPP,gpu> /
<HR> <HR>
\authors Adrien Leman, Nicolas Bellot, Thomas Gautrais \authors Adrien Leman, Nicolas Bellot, Thomas Gautrais
\date 03/2016 \date 03/2016
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment