]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
fixup for doxygen 1.8.3
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 28 Jan 2013 13:44:38 +0000 (13:44 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 28 Jan 2013 13:44:38 +0000 (13:44 +0000)
git-svn-id: file:///svn/unbound/trunk@2827 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/unbound.doxygen
testcode/ldns-testpkts.h
validator/autotrust.c
winrc/win_svc.c

index b32316b72a4face602dfbf9199e3398aff8bd918..199d7ad0de0b068384b56b2a1eb95b9bbcb1e38e 100644 (file)
@@ -487,7 +487,7 @@ SHOW_USED_FILES        = YES
 # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
 # in the documentation. The default is NO.
 
-SHOW_DIRECTORIES       = YES
+#SHOW_DIRECTORIES       = YES
 
 # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
 # This will remove the Files entry from the Quick Index and from the
@@ -862,7 +862,7 @@ HTML_TIMESTAMP         = YES
 # files or namespaces will be aligned in HTML using tables. If set to
 # NO a bullet list will be used.
 
-HTML_ALIGN_MEMBERS     = YES
+#HTML_ALIGN_MEMBERS     = YES
 
 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
 # documentation will contain sections that can be hidden and shown after the
@@ -1047,7 +1047,7 @@ GENERATE_TREEVIEW      = NO
 # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
 # and Class Hierarchy pages using a tree view instead of an ordered list.
 
-USE_INLINE_TREES       = NO
+#USE_INLINE_TREES       = NO
 
 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
 # used to set the initial width (in pixels) of the frame in which the tree
index 22b1797a3ad30f6f24b5c5af08e6a6fba4e00090..2431e2e1e17dce81cea9346eddb786befcde69d3 100644 (file)
@@ -197,6 +197,7 @@ struct entry {
 /**
  * reads the canned reply file and returns a list of structs 
  * does an exit on error.
+ * @param name: name of the file to read.
  * @param skip_whitespace: skip leftside whitespace.
  */
 struct entry* read_datafile(const char* name, int skip_whitespace);
index a361ab04ba38e004b18a70ac21b2199912b2fde0..99537d18aeeb34ca96ba446502bb09f7b3db367c 100644 (file)
@@ -466,7 +466,7 @@ add_trustanchor_frm_str(struct val_anchors* anchors, char* str,
  * @param anchors: all points.
  * @param str: comments line
  * @param fname: filename
- * @param origin: $ORIGIN.
+ * @param origin: the $ORIGIN.
  * @param prev: passed to ldns.
  * @param skip: if true, the result is NULL, but not an error, skip it.
  * @return false on failure, otherwise the tp read.
index 7ac8b2611130983d652f4cf45babfdea9432e469..cafda7bca409ade2dac6ccf73e93b15a2997d018 100644 (file)
@@ -380,6 +380,9 @@ service_deinit(struct daemon* daemon, struct config_file* cfg)
        daemon_delete(daemon);
 }
 
+#ifdef DOXYGEN
+#define ATTR_UNUSED(x) x
+#endif
 /**
  * The main function for the service.
  * Called by the services API when starting unbound on windows in background.