aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-11 11:26:42 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-11 11:26:42 +0000
commitd0efe84c15166730f5ee3f7af74ca428ae37f7ff (patch)
tree493c44dae4e15c28db8e349e07d3c416b3340e0c /src/util
parentfa9d1957520372ba3575296f1edb53f48fe2b000 (diff)
downloadgnunet-d0efe84c15166730f5ee3f7af74ca428ae37f7ff.tar.gz
gnunet-d0efe84c15166730f5ee3f7af74ca428ae37f7ff.zip
fixing docu issues
Diffstat (limited to 'src/util')
-rw-r--r--src/util/common_allocation.c2
-rw-r--r--src/util/network.c4
-rw-r--r--src/util/os_load.c4
-rw-r--r--src/util/os_priority.c2
-rw-r--r--src/util/scheduler.c2
-rw-r--r--src/util/win.cc4
-rw-r--r--src/util/winproc.c2
7 files changed, 10 insertions, 10 deletions
diff --git a/src/util/common_allocation.c b/src/util/common_allocation.c
index 71ebb0905..7a79eef6d 100644
--- a/src/util/common_allocation.c
+++ b/src/util/common_allocation.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file util/memory/common_allocation.c 22 * @file util/common_allocation.c
23 * @brief wrapper around malloc/free 23 * @brief wrapper around malloc/free
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/util/network.c b/src/util/network.c
index 7e4743a10..e112d9093 100644
--- a/src/util/network.c
+++ b/src/util/network.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file util/sock.c 22 * @file util/network.c
23 * @brief basic, low-level networking interface 23 * @brief basic, low-level networking interface
24 * @author Nils Durner 24 * @author Nils Durner
25 */ 25 */
@@ -821,4 +821,4 @@ GNUNET_NETWORK_socket_select (struct GNUNET_NETWORK_FDSet *rfds,
821#endif 821#endif
822} 822}
823 823
824/* end of network_socket.c */ 824/* end of network.c */
diff --git a/src/util/os_load.c b/src/util/os_load.c
index 21e74eb49..a5a197ebe 100644
--- a/src/util/os_load.c
+++ b/src/util/os_load.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file util/os_load_cpu.c 22 * @file util/os_load.c
23 * @brief calls to determine current CPU load 23 * @brief calls to determine current CPU load
24 * @author Tzvetan Horozov 24 * @author Tzvetan Horozov
25 * @author Christian Grothoff 25 * @author Christian Grothoff
@@ -650,4 +650,4 @@ void __attribute__ ((destructor)) GNUNET_cpustats_ltdl_fini ()
650} 650}
651 651
652 652
653/* end of os_load_cpu.c */ 653/* end of os_load.c */
diff --git a/src/util/os_priority.c b/src/util/os_priority.c
index 4e820b8d5..46e2deb5c 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file util/os/priority.c 22 * @file util/os_priority.c
23 * @brief Methods to set process priority 23 * @brief Methods to set process priority
24 * @author Nils Durner 24 * @author Nils Durner
25 */ 25 */
diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index d1d4e1970..12b7c4cf2 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -19,7 +19,7 @@
19 */ 19 */
20 20
21/** 21/**
22 * @file util/scheduler/scheduler.c 22 * @file util/scheduler.c
23 * @brief schedule computations using continuation passing style 23 * @brief schedule computations using continuation passing style
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/util/win.cc b/src/util/win.cc
index 8e71744d0..8a168d238 100644
--- a/src/util/win.cc
+++ b/src/util/win.cc
@@ -19,10 +19,10 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file util/win/win.cc 22 * @file util/win.cc
23 * @brief Helper functions for MS Windows in C++ 23 * @brief Helper functions for MS Windows in C++
24 * @author Nils Durner 24 * @author Nils Durner
25 **/ 25 */
26 26
27#ifndef _WIN_CC 27#ifndef _WIN_CC
28#define _WIN_CC 28#define _WIN_CC
diff --git a/src/util/winproc.c b/src/util/winproc.c
index 469e1fb41..862222c05 100644
--- a/src/util/winproc.c
+++ b/src/util/winproc.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file util/win/winproc.c 22 * @file util/winproc.c
23 * @brief Functions for MS Windows 23 * @brief Functions for MS Windows
24 * @author Nils Durner 24 * @author Nils Durner
25 */ 25 */