mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-20 03:46:11 +00:00
Added information about docstring (#1239)
This commit is contained in:
parent
e3ddbf6255
commit
426cf96b50
@ -72,6 +72,20 @@ to the style is:
|
|||||||
|
|
||||||
astyle --project=src/Cutter.astylerc src/filename.cpp
|
astyle --project=src/Cutter.astylerc src/filename.cpp
|
||||||
|
|
||||||
|
|
||||||
|
Docstrings
|
||||||
|
^^^^^^^^^^
|
||||||
|
|
||||||
|
Our API reference is generated using Doxygen, so when it comes to
|
||||||
|
function documentation, please use the following format:
|
||||||
|
|
||||||
|
.. code:: cpp
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Add a new param to the accumulator
|
||||||
|
*/
|
||||||
|
virtual void accumulate(RefreshDeferrerParams params) =0;
|
||||||
|
|
||||||
Loops
|
Loops
|
||||||
^^^^^
|
^^^^^
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user