Skip to content

Commit

Permalink
misc: fix doxygen warnings (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored Jan 27, 2023
1 parent 8a41946 commit 9543617
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/mod/win32/dll.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <re_dbg.h>


/**
/*
* Open a DLL file
*
* @param name Name of DLL to open
Expand All @@ -36,7 +36,7 @@ void *_mod_open(const char *name)
}


/**
/*
* Resolve a symbol address in a DLL
*
* @param h DLL Handle
Expand Down Expand Up @@ -67,7 +67,7 @@ void *_mod_sym(void *h, const char *symbol)
}


/**
/*
* Close a DLL
*
* @param h DLL Handle
Expand Down
2 changes: 1 addition & 1 deletion src/net/win32/wif.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ static int if_list_gai(net_ifaddr_h *ifh, void *arg)
}


/**
/*
* Enumerate all network interfaces
*
* @param ifh Interface handler
Expand Down
2 changes: 1 addition & 1 deletion src/tls/openssl/tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -1934,7 +1934,7 @@ EVP_PKEY *tls_cert_pkey(struct tls_cert *hc)
}


/**
/*
* Returns the certificate chain of the TLS certificate
*
* @param hc TLS certificate
Expand Down

0 comments on commit 9543617

Please sign in to comment.