Commit 4ec4fc01 authored by Dominik Charousset's avatar Dominik Charousset

Fix formatting

parent 12b7e5e1
...@@ -316,7 +316,7 @@ node_id make_node_id(uint32_t process_id, ...@@ -316,7 +316,7 @@ node_id make_node_id(uint32_t process_id,
/// @param process_id System-wide unique process identifier. /// @param process_id System-wide unique process identifier.
/// @param host_hash Unique node ID as hexadecimal string representation. /// @param host_hash Unique node ID as hexadecimal string representation.
/// @relates node_id /// @relates node_id
optional<node_id> make_node_id(uint32_t process_id, string_view host_hash); optional<node_id> make_node_id(uint32_t process_id, string_view host_hash);
/// @relates node_id /// @relates node_id
error parse(string_view str, node_id& dest); error parse(string_view str, node_id& dest);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment