Couple of doxygen argument mismatch fixes
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 22 Oct 2010 06:36:43 +0000 (09:36 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 22 Oct 2010 06:36:43 +0000 (09:36 +0300)
build/rpmbuild.h
lib/rpmsign.h

index d3e82ff..98192d7 100644 (file)
@@ -76,8 +76,7 @@ rpmSpec rpmSpecParse(const char *specFile, rpmSpecFlags flags,
 
 /** \ingroup rpmbuild
  * Return the headers of the SRPM that would be built from the spec file
- *
- * @param specFile     path to spec file
+ * @param spec         path to spec file
  * @return             Header
  */
 Header rpmSpecSourceHeader(rpmSpec spec);
index a5000a9..15b3e0f 100644 (file)
@@ -18,7 +18,7 @@ struct rpmSignArgs {
  * Sign a package
  * @param path         path to package
  * @param args         signing parameters (or NULL for defaults)
- * @param passphrase   passphrase for the signing key
+ * @param passPhrase   passphrase for the signing key
  * @return             0 on success
  */
 int rpmPkgSign(const char *path,