User Tools

Site Tools


coding_style

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
coding_style [2018/05/22 10:33] – external edit 127.0.0.1coding_style [2019/10/24 09:48] – [C/C++] Add note about Eclipse configuration file damien
Line 5: Line 5:
  
 ====== C/C++ ====== ====== C/C++ ======
 +
 +An Eclipse configuration file is available in the Quimesis Drive ([[https://drive.google.com/drive/u/1/folders/15kA1L8lqPqv_KUtLvTHGBcdgA3z_MHsB | 06 Documentation > Doc info]] > quimesis_coding_rules_for_eclipse.xml); refer to the Development environment document in the same directory for how to use it.
 ===== Indentation ===== ===== Indentation =====
  
Line 101: Line 103:
   * Use Doxygen syntax ( http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html )   * Use Doxygen syntax ( http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html )
   * Prefer self-explanatory names over extended comments.   * Prefer self-explanatory names over extended comments.
- +  * README files could be necessary; in which case it is recommended to use [[https://en.wikipedia.org/wiki/Markdown | Markdown]] for its formatting
 ====== Python ====== ====== Python ======
  
coding_style.txt · Last modified: 2022/09/16 18:16 by ddecoeyer