[pacman-dev] [PATCH 01/23] doc: remove stray doxygen comment

morganamilo morganamilo at archlinux.org
Mon Dec 7 22:19:34 UTC 2020


---
 lib/libalpm/trans.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/libalpm/trans.c b/lib/libalpm/trans.c
index c7317c15..303d2fca 100644
--- a/lib/libalpm/trans.c
+++ b/lib/libalpm/trans.c
@@ -266,8 +266,6 @@ int SYMEXPORT alpm_trans_release(alpm_handle_t *handle)
 	return 0;
 }
 
-/** @} */
-
 void _alpm_trans_free(alpm_trans_t *trans)
 {
 	if(trans == NULL) {
-- 
2.29.2


More information about the pacman-dev mailing list