Skip to content
Snippets Groups Projects
Commit 7ec00f04 authored by Jan Kadlec's avatar Jan Kadlec
Browse files

DNSSEC: doxygen indent fix.

Refs #4
parent 9ea89084
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,9 @@
* \brief DNSSEC resign zone, store new records into changeset. Valid signatures
* and NSEC(3) records will not be changed.
*
* \param zone Zone to be signed.
* \param out_ch New records will be added to this changeset.
* \param soa_up SOA serial update policy.
* \param zone Zone to be signed.
* \param out_ch New records will be added to this changeset.
* \param soa_up SOA serial update policy.
*
* \return Error code, KNOT_EOK if successful.
*/
......@@ -48,8 +48,8 @@ int knot_dnssec_zone_sign(knot_zone_t *zone, knot_changeset_t *out_ch,
* \brief DNSSEC sign zone, store new records into changeset. Even valid
* signatures will be dropped.
*
* \param zone Zone to be signed.
* \param out_ch New records will be added to this changeset.
* \param zone Zone to be signed.
* \param out_ch New records will be added to this changeset.
*
* \return Error code, KNOT_EOK if successful.
*/
......@@ -58,10 +58,10 @@ int knot_dnssec_zone_sign_force(knot_zone_t *zone, knot_changeset_t *out_ch);
/*!
* \brief Sign changeset created by DDNS or zone-diff.
*
* \param zone Contents of the updated zone (AFTER zone is switched).
* \param in_ch Changeset created bvy DDNS or zone-diff
* \param out_ch New records will be added to this changeset.
* \param soa_up SOA serial update policy.
* \param zone Contents of the updated zone (AFTER zone is switched).
* \param in_ch Changeset created bvy DDNS or zone-diff
* \param out_ch New records will be added to this changeset.
* \param soa_up SOA serial update policy.
*
* \return Error code, KNOT_EOK if successful.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment