Skip to content

Commit 407bb5d

Browse files
committed
Add documentation.
1 parent ca90b85 commit 407bb5d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/3rd_party_adapters/nlohmann/JsonGenerator.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
#include <serial_protocol/TaskList.hpp>
66
#include <serial_protocol/TaskObject.hpp>
77

8+
/**
9+
* Indentation used by default for formating JSON.
10+
*/
811
static constexpr int defaultJsonIndent = 4;
912

1013
template <>

0 commit comments

Comments
 (0)