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