summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) ({ \