aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psyc_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-07 14:35:51 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-07 14:35:51 +0000
commit794fc27048618c511ce2421720d1ede225224018 (patch)
tree9838765dc6398ed39950fb377944054bb12a9ab8 /src/include/gnunet_psyc_service.h
parente1fa8e431de13b5fe11ecd24ca2d4394d440ce54 (diff)
downloadgnunet-794fc27048618c511ce2421720d1ede225224018.tar.gz
gnunet-794fc27048618c511ce2421720d1ede225224018.zip
-doxygen fixes
Diffstat (limited to 'src/include/gnunet_psyc_service.h')
-rw-r--r--src/include/gnunet_psyc_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_psyc_service.h b/src/include/gnunet_psyc_service.h
index e2a839243..c0c407bb5 100644
--- a/src/include/gnunet_psyc_service.h
+++ b/src/include/gnunet_psyc_service.h
@@ -48,7 +48,7 @@
48 * and variables must fit into memory and cannot be streamed 48 * and variables must fit into memory and cannot be streamed
49 * (thus, no passing of 4 GB of data in a variable; 49 * (thus, no passing of 4 GB of data in a variable;
50 * once we implement this, we might want to create a 50 * once we implement this, we might want to create a
51 * #define for the maximum size of a variable). 51 * @c #define for the maximum size of a variable).
52 * - PSYC defines standard variables, methods, etc. This 52 * - PSYC defines standard variables, methods, etc. This
53 * library deliberately abstracts over all of these; a 53 * library deliberately abstracts over all of these; a
54 * higher-level API should combine the naming system (GADS) 54 * higher-level API should combine the naming system (GADS)