Convert developer manual to rst
[alexxy/gromacs.git] / docs / dev-manual / style.rst
1 Style guidelines
2 ================
3
4 .. toctree::
5    :maxdepth: 2
6
7    formatting
8    includestyle
9    naming
10
11 :doc:`formatting`
12   Guidelines for indentation and other code formatting.
13 :doc:`includestyle`
14   Guidelines for #include style (ordering, paths to use, etc.).
15 :doc:`naming`
16   Naming conventions for files and various code constructs.
17 :ref:`dev-doxygen-guidelines`
18   Guidelines for using Doxygen to document the source code are currently in a
19   section on the page on general Doxygen usage.
20
21 .. TODO: Add more guidelines