Updated ADIOS2 Coding Guidelines (markdown) authored by williamfgc's avatar williamfgc
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<h3 class=""><code>Quality</code></h3><ul><li>Improve the quality of the final software product: reduce potential security risks (segmentation faults, memory leaks and overflows)</li></ul> <h3 class=""><code>Quality</code></h3><ul><li>Improve the quality of the final software product: reduce potential security risks (segmentation faults, memory leaks and overflows)</li></ul>
</p> </p>
**Contents:** **Contents:**
- [Clang Format Text Style](https://github.com/ornladios/ADIOS2/wiki/Clang-Format-Text-Style) - [Clang Format Text Style](https://github.com/ornladios/ADIOS2/wiki/Clang-Format-Text-Style)
- [Variables Scope, Functions, and Namespaces](https://github.com/ornladios/ADIOS2/wiki/Variables-Scope,-Functions,-and-Namespaces) - [Variables Scope, Functions, and Namespaces](https://github.com/ornladios/ADIOS2/wiki/Variables-Scope,-Functions,-and-Namespaces)
- [Classes and Structs](https://github.com/ornladios/ADIOS2/wiki/Classes-and-Structs) - [Classes and Structs](https://github.com/ornladios/ADIOS2/wiki/Classes-and-Structs)
... ...
......