summaryrefslogtreecommitdiff
path: root/python/rpmmacro-py.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-09-22 22:42:06 +0300
committerPanu Matilainen <pmatilai@redhat.com>2009-09-22 22:42:06 +0300
commit14d5aaedcb355a724ba8869a29c8e4a35efdcac1 (patch)
treeaac4c262a28af075d367830c822e2cc997a535ef /python/rpmmacro-py.c
parent864220c441704e3d61fa521c682a23874b41e4ba (diff)
downloadlibrpm-tizen-14d5aaedcb355a724ba8869a29c8e4a35efdcac1.tar.gz
librpm-tizen-14d5aaedcb355a724ba8869a29c8e4a35efdcac1.tar.bz2
librpm-tizen-14d5aaedcb355a724ba8869a29c8e4a35efdcac1.zip
Lose the empty doxygen markers
- nothing wrong with comments but empty comment placeholders are not exactly useful
Diffstat (limited to 'python/rpmmacro-py.c')
-rw-r--r--python/rpmmacro-py.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/python/rpmmacro-py.c b/python/rpmmacro-py.c
index 1b54f6ad0..37b036e7f 100644
--- a/python/rpmmacro-py.c
+++ b/python/rpmmacro-py.c
@@ -1,7 +1,3 @@
-/** \ingroup py_c
- * \file python/rpmmacro-py.c
- */
-
#include "system.h"
#include <structmember.h>
@@ -12,8 +8,6 @@
#include "debug.h"
-/**
- */
PyObject *
rpmmacro_AddMacro(PyObject * self, PyObject * args, PyObject * kwds)
{
@@ -29,8 +23,6 @@ rpmmacro_AddMacro(PyObject * self, PyObject * args, PyObject * kwds)
Py_RETURN_NONE;
}
-/**
- */
PyObject *
rpmmacro_DelMacro(PyObject * self, PyObject * args, PyObject * kwds)
{
@@ -45,8 +37,6 @@ rpmmacro_DelMacro(PyObject * self, PyObject * args, PyObject * kwds)
Py_RETURN_NONE;
}
-/**
- */
PyObject *
rpmmacro_ExpandMacro(PyObject * self, PyObject * args, PyObject * kwds)
{