summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-05-23 02:36:16 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-05-23 02:36:57 +0200
commit6b72d65ebb3ed508cdd24ab4c89bd76492dc1ad8 (patch)
treed29336f53600dc56bed1bcf353925fb084027974
parent789495e5a2df4000fe027b5df4ba52060d907796 (diff)
downloadfastd-6b72d65ebb3ed508cdd24ab4c89bd76492dc1ad8.tar
fastd-6b72d65ebb3ed508cdd24ab4c89bd76492dc1ad8.zip
More documentation
-rw-r--r--Doxyfile.in4
-rw-r--r--src/fastd.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 3d6ec8e..f67c16b 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -32,13 +32,13 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.
-PROJECT_NAME = "@PROJECT_NAME@"
+PROJECT_NAME = "fastd"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = "@PROJECT_VERSION@"
+PROJECT_NUMBER = "@FASTD_VERSION@"
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
diff --git a/src/fastd.h b/src/fastd.h
index 35dbe24..232778d 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -330,6 +330,10 @@ static inline void fastd_setnonblock(int fd) {
/**
Returns a pointer to a data structure, given the address of a member contained in the structure
+ @param ptr the address of the member
+ @param type the type of the container
+ @param member the name of the member
+
\hideinitializer
*/
#define container_of(ptr, type, member) ({ \