From 817c3fab0efc8547df831e2d9f49fb63eacaaf80 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 21 Jan 2020 14:20:49 +0100 Subject: [PATCH] socket: change file header description --- include/villas/nodes/socket.hpp | 2 +- lib/nodes/socket.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/villas/nodes/socket.hpp b/include/villas/nodes/socket.hpp index a1f14320c..039615ef8 100644 --- a/include/villas/nodes/socket.hpp +++ b/include/villas/nodes/socket.hpp @@ -1,4 +1,4 @@ -/** Node type: socket +/** The socket node-type for Layer 2, 3, 4 BSD-style sockets * * @file * @author Steffen Vogel diff --git a/lib/nodes/socket.cpp b/lib/nodes/socket.cpp index 311b54711..266a50137 100644 --- a/lib/nodes/socket.cpp +++ b/lib/nodes/socket.cpp @@ -1,4 +1,4 @@ -/** Various socket related functions +/** The socket node-type for Layer 2, 3, 4 BSD-style sockets * * @author Steffen Vogel * @copyright 2014-2020, Institute for Automation of Complex Power Systems, EONERC