Autoformatting

This commit is contained in:
jpekkila
2020-01-14 22:13:53 +02:00
parent 20ab7b7c36
commit c3727e2183

View File

@@ -69,7 +69,7 @@ Resets all devices on the current node.
*/ */
AcResult acNodeDestroy(Node node); AcResult acNodeDestroy(Node node);
/** /**
Prints information about the devices available on the current node. Prints information about the devices available on the current node.
Requires that Node has been initialized with Requires that Node has been initialized with
@@ -77,7 +77,7 @@ Requires that Node has been initialized with
*/ */
AcResult acNodePrintInfo(const Node node); AcResult acNodePrintInfo(const Node node);
/** /**