summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-05 22:41:03 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-05 22:41:03 +0100
commite181a7fcf243f41c06c101446ebac4358595732f (patch)
treeae503b784be88dc4d6666873cbb66ab041180912
parent9e9b4bfbfa59d5aefcac63fa193453ae3dd63135 (diff)
downloadnetsurf-e181a7fcf243f41c06c101446ebac4358595732f.tar.gz
netsurf-e181a7fcf243f41c06c101446ebac4358595732f.tar.bz2
Fix several doxygen errors
-rw-r--r--Docs/Doxyfile2
-rw-r--r--amiga/misc.h2
-rw-r--r--atari/misc.h2
-rw-r--r--css/hints.h8
-rw-r--r--utils/dirent.h3
-rw-r--r--utils/inet.h3
6 files changed, 11 insertions, 9 deletions
diff --git a/Docs/Doxyfile b/Docs/Doxyfile
index c8497ad81..9168c19e0 100644
--- a/Docs/Doxyfile
+++ b/Docs/Doxyfile
@@ -1785,7 +1785,7 @@ MSCFILE_DIRS =
# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
-DOT_GRAPH_MAX_NODES = 150
+DOT_GRAPH_MAX_NODES = 200
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
# graphs generated by dot. A depth value of 3 means that only nodes reachable
diff --git a/amiga/misc.h b/amiga/misc.h
index fab4492b4..c7ae5af78 100644
--- a/amiga/misc.h
+++ b/amiga/misc.h
@@ -29,7 +29,7 @@ struct Window;
/**
* Warn the user of an event.
*
- * \param[in] message A warning looked up in the message translation table
+ * \param[in] warning A warning looked up in the message translation table
* \param[in] detail Additional text to be displayed or NULL.
* \return NSERROR_OK on success or error code if there was a
* faliure displaying the message to the user.
diff --git a/atari/misc.h b/atari/misc.h
index 4c7ff02b9..e581c23b2 100644
--- a/atari/misc.h
+++ b/atari/misc.h
@@ -96,7 +96,7 @@ void die(const char * const error) __attribute__ ((noreturn));
/**
* Warn the user of an event.
*
- * \param[in] message A warning looked up in the message translation table
+ * \param[in] warning A warning looked up in the message translation table
* \param[in] detail Additional text to be displayed or NULL.
* \return NSERROR_OK on success or error code if there was a
* faliure displaying the message to the user.
diff --git a/css/hints.h b/css/hints.h
index d2b07b578..fda1bec7e 100644
--- a/css/hints.h
+++ b/css/hints.h
@@ -30,10 +30,10 @@ void css_hint_fini(void);
/**
* Callback to retrieve presentational hints for a node
*
- * \param pw HTML document
- * \param node DOM node
- * \param property CSS property to retrieve
- * \param hint Pointer to hint object to populate
+ * \param[in] pw HTML document
+ * \param[in] node DOM node
+ * \param[out] nhints number of hints retrived
+ * \param[out] hints retrived hints
* \return CSS_OK on success,
* CSS_PROPERTY_NOT_SET if there is no hint for the requested property,
* CSS_NOMEM on memory exhaustion.
diff --git a/utils/dirent.h b/utils/dirent.h
index a22e21ac3..fa78e1491 100644
--- a/utils/dirent.h
+++ b/utils/dirent.h
@@ -17,7 +17,8 @@
*/
/**
- * \file directory traversal and entry
+ * \file
+ * directory traversal and entry
*
* This allows the obtaining of standard directory entry routines
* functions in a uniform way despite any oddities in headers and
diff --git a/utils/inet.h b/utils/inet.h
index a79f293c8..da1798432 100644
--- a/utils/inet.h
+++ b/utils/inet.h
@@ -17,7 +17,8 @@
*/
/**
- * \file internet structures and defines
+ * \file
+ * internet structures and defines
*
* This allows the obtaining of standard bsd sockets and associated
* functions in a uniform way despite any oddities in headers and