Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/e181a7fcf243f41c06c101446ebac4358595732f
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/e181a7fcf243f41c06c101446ebac4358595732f
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/e181a7fcf243f41c06c101446ebac4358595732f

The branch, master has been updated
       via  e181a7fcf243f41c06c101446ebac4358595732f (commit)
      from  9e9b4bfbfa59d5aefcac63fa193453ae3dd63135 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=e181a7fcf243f41c06c101446ebac4358595732f
commit e181a7fcf243f41c06c101446ebac4358595732f
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    Fix several doxygen errors

diff --git a/Docs/Doxyfile b/Docs/Doxyfile
index c8497ad..9168c19 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 fab4492..c7ae5af 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 4c7ff02..e581c23 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 d2b07b5..fda1bec 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 a22e21a..fa78e14 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 a79f293..da17984 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


-----------------------------------------------------------------------

Summary of changes:
 Docs/Doxyfile  |    2 +-
 amiga/misc.h   |    2 +-
 atari/misc.h   |    2 +-
 css/hints.h    |    8 ++++----
 utils/dirent.h |    3 ++-
 utils/inet.h   |    3 ++-
 6 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/Docs/Doxyfile b/Docs/Doxyfile
index c8497ad..9168c19 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 fab4492..c7ae5af 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 4c7ff02..e581c23 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 d2b07b5..fda1bec 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 a22e21a..fa78e14 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 a79f293..da17984 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


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to