]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
src: remove Doxygen header if not API
authorDaniel Salzman <daniel.salzman@nic.cz>
Tue, 18 Dec 2018 20:27:44 +0000 (21:27 +0100)
committerDaniel Salzman <daniel.salzman@nic.cz>
Wed, 19 Dec 2018 19:46:45 +0000 (20:46 +0100)
13 files changed:
src/knot/nameserver/chaos.h
src/knot/updates/acl.h
src/knot/updates/ddns.h
src/knot/zone/contents.h
src/knot/zone/zone-dump.h
src/utils/common/exec.h
src/utils/common/hex.h
src/utils/common/lookup.h
src/utils/common/msg.h
src/utils/common/netio.h
src/utils/common/params.h
src/utils/common/resolv.h
src/utils/common/token.h

index e30ce2bea947307e053c30c5277a00a9b7d63464..f875abed27f2854fd1ec9507f56e40a87f2f5e29 100644 (file)
@@ -1,4 +1,4 @@
-/*  Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/*  Copyright (C) 2018 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
-/*!
- * \file
- *
- * \brief Chaos class processing.
- *
- * \addtogroup query_processing
- * @{
- */
 
 #pragma once
 
@@ -30,5 +22,3 @@
  * \brief Create a response for a given query in the CHAOS class.
  */
 int knot_chaos_answer(knot_pkt_t *pkt);
-
-/*! @} */
index bf193429f031d6259e911f9ffed9baf89ceb6200..d42a97d6fb8fc3ce3d289bc7d6420e62445c4b1f 100644 (file)
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
-/*!
- * \file
- *
- * Access control list.
- *
- * \addtogroup server
- * @{
- */
 
 #pragma once
 
@@ -71,5 +63,3 @@ typedef enum {
 bool acl_allowed(conf_t *conf, conf_val_t *acl, acl_action_t action,
                  const struct sockaddr_storage *addr, knot_tsig_key_t *tsig,
                  const knot_dname_t *zone_name, knot_pkt_t *query);
-
-/*! @} */
index 68f3867c8f8ac5d36e4da73ad8953db1ee67e5b0..1d792189f29d7184dfca1d3cecc0b2071ffaa99f 100644 (file)
@@ -1,4 +1,4 @@
-/*  Copyright (C) 2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/*  Copyright (C) 2018 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
-/*!
- * \file
- *
- * \brief Dynamic updates processing.
- *
- * \addtogroup ddns
- * @{
- */
 
 #pragma once
 
@@ -53,5 +45,3 @@ int ddns_process_prereqs(const knot_pkt_t *query, zone_update_t *update,
  */
 int ddns_process_update(const zone_t *zone, const knot_pkt_t *query,
                         zone_update_t *update, uint16_t *rcode);
-
-/*! @} */
index 22c25951ca2938fdede76fb3ca476cdc92a786d3..2c8e2c80ebacdd25781341ffac2ff05e24b0b0d5 100644 (file)
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
-/*!
- * \file
- *
- * Zone contents structure and API for manipulating it.
- *
- * \addtogroup zone
- * @{
- */
 
 #pragma once
 
@@ -268,5 +260,3 @@ size_t zone_contents_measure_size(zone_contents_t *zone);
  * \return Maximal TTL.
  */
 uint32_t zone_contents_max_ttl(zone_contents_t *zone);
-
-/*! @} */
index 5f92042a9034c24296db8ae111342ed5dc403703..9734740d664a7ca1faf2b2d895a931df45219547 100644 (file)
@@ -1,4 +1,4 @@
-/*  Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/*  Copyright (C) 2018 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
-/*!
- * \file
- *
- * \brief Zone text dump facility.
- *
- * \addtogroup zone
- * @{
- */
 
 #pragma once
 
@@ -37,5 +29,3 @@
  * \retval < 0 if error.
  */
 int zone_dump_text(zone_contents_t *zone, FILE *file, bool comments);
-
-/*! @} */
index 57758abd3af058989e203692795033ba8b194d43..2940be485ca329baa598d9a763025a0ffa0db545 100644 (file)
@@ -1,4 +1,4 @@
-/*  Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/*  Copyright (C) 2018 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
-/*!
- * \file
- *
- * \brief Common executives for utils.
- *
- * \addtogroup knot_utils
- * @{
- */
 
 #pragma once
 
@@ -93,5 +85,3 @@ void print_packet(const knot_pkt_t *packet,
                   const time_t     exec_time,
                   const bool       incoming,
                   const style_t    *style);
-
-/*! @} */
index c0d2113123fcb9013582abd1bc71ca83ceaf17e0..fd97f92e45ca8f00301480856c45075e9cab51ea 100644 (file)
@@ -1,4 +1,4 @@
-/*  Copyright (C) 2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/*  Copyright (C) 2018 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
-/*!
- * \file
- *
- * \brief Coversion between HEX strings and bytes.
- *
- * \addtogroup knot_utils
- * @{
- */
-
 #pragma once
 
 #include <stdint.h>
@@ -38,5 +29,3 @@
  * \return Error code, KNOT_EOK if successful.
  */
 int hex_decode(const char *input, uint8_t **output, size_t *output_size);
-
-/*! @} */
index cea8a486d649c97a11f3f699435bfef82df4a192..3f43ab6262ba69231988553ca1d45f0d202097ca 100644 (file)
@@ -1,4 +1,4 @@
-/*  Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/*  Copyright (C) 2018 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
-/*!
- * \file
- *
- * \brief Lookup container for textual strings.
- *
- * \addtogroup knot_utils
- * @{
- */
 
 #pragma once
 
@@ -118,5 +110,3 @@ void lookup_list(lookup_t *lookup);
  */
 void lookup_complete(lookup_t *lookup, const char *str, size_t str_len,
                      EditLine *el, bool add_space);
-
-/*! @} */
index 23b4164f0290467b7d37c117e479ab08f500fc5d..02eedcc37c019e84b60fca63d78cf10849bc1283 100644 (file)
@@ -1,4 +1,4 @@
-/*  Copyright (C) 2011 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/*  Copyright (C) 2018 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
-/*!
- * \file msg.h
- *
- * \author Daniel Salzman <daniel.salzman@nic.cz>
- *
- * \brief Simple output formatting framework.
- *
- * \addtogroup knot_utils
- * @{
- */
 
 #pragma once
 
@@ -46,5 +36,3 @@ int msg_debug(const char *fmt, ...);
 
 /*! \brief Debug message for null input. */
 #define DBG_NULL       DBG("%s: null parameter\n", __func__)
-
-/*! @} */
index b54507ebe1ccb162546ddeb0ad4db57be10f3ad9..4394ce42a516ecb6f76f43765ca97c733e2ab9ff 100644 (file)
@@ -1,4 +1,4 @@
-/*  Copyright (C) 2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/*  Copyright (C) 2018 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
-/*!
- * \file
- *
- * \brief Networking abstraction for utilities.
- *
- * \addtogroup knot_utils
- * @{
- */
 
 #pragma once
 
@@ -225,5 +217,3 @@ void net_close(net_t *net);
  * \param net          Connection parameters.
  */
 void net_clean(net_t *net);
-
-/*! @} */
index c68ce6076ed5a4c382485dd2406ff92e17d3d187..fa6332538cf9a075e4e4285a3ed375fbcd75e0da 100644 (file)
@@ -1,4 +1,4 @@
-/*  Copyright (C) 2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/*  Copyright (C) 2018 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
-/*!
- * \file
- *
- * \brief Common utils parameters processing.
- *
- * \addtogroup knot_utils
- * @{
- */
 
 #pragma once
 
@@ -166,5 +158,3 @@ int params_parse_type(const char *value, uint16_t *rtype, int64_t *serial,
 int params_parse_server(const char *value, list_t *servers, const char *def_port);
 
 int params_parse_wait(const char *value, int32_t *dst);
-
-/*! @} */
index 98b5db58c63066fc31197e0b15aede00c323195d..fb751d13109e889a68e66a7147c9c703961a56e5 100644 (file)
@@ -1,4 +1,4 @@
-/*  Copyright (C) 2011 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/*  Copyright (C) 2018 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
-/*!
- * \file resolv.h
- *
- * \author Daniel Salzman <daniel.salzman@nic.cz>
- *
- * \brief resolv.conf processing.
- *
- * \addtogroup knot_utils
- * @{
- */
 
 #pragma once
 
@@ -32,5 +22,3 @@
 srv_info_t* parse_nameserver(const char *str, const char *def_port);
 
 void get_nameservers(list_t *servers, const char *def_port);
-
-/*! @} */
index 90d3eab81a537e9f3f77744e87c68f7fb9df8f1c..fab4ea1691a002ba48207ea8854b664de4b38b0f 100644 (file)
@@ -1,4 +1,4 @@
-/*  Copyright (C) 2011 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/*  Copyright (C) 2018 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
-/*!
- * \file token.h
- *
- * \author Marek Vavrusa <marek.vavrusa@nic.cz>
- *
- * \brief String tokenizer and simple scanner.
- *
- * \addtogroup knot_utils
- * @{
- */
 
 #pragma once
 
@@ -73,5 +63,3 @@ int tok_find(const char *lp, const char **tbl);
  * \return ptr to next non-blank character.
  */
 const char *tok_skipspace(const char *lp);
-
-/*! @} */