Skip to content

Commit

Permalink
Added documentation for manalyzer.org's API.
Browse files Browse the repository at this point in the history
  • Loading branch information
JusticeRage committed Feb 21, 2021
1 parent e5964d4 commit 0339b79
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 161 deletions.
2 changes: 1 addition & 1 deletion docs/before-contributing.rst
Expand Up @@ -47,7 +47,7 @@ All code contributions should make every effort to match Manalyze's coding style
* Protect header files against multiple inclusions with ``#pragma once``.
* Inclusion of system headers should precede inclusion of user-defined headers. Boost headers are considered system headers.
* Put function implementations in .cpp files.
* Function declarations must be documented following the `Doxygen <https://www.stack.nl/~dimitri/doxygen/manual/docblocks.html>`_ convention.
* Function declarations must be documented following the `Doxygen <https://www.doxygen.nl/manual/docblocks.html>`_ convention.
* Please thoroughly explain non-intuitive code fragments with inline comments.
* Formatting
* Do not put multiple statements on a single line (i.e. ``int a = 1; initialize(a);`` is not accepted.).
Expand Down

0 comments on commit 0339b79

Please sign in to comment.