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

Added better doxygen to node.h API function.

parent f3f811d2
No related branches found
No related tags found
No related merge requests found
......@@ -431,7 +431,9 @@ int knot_node_compare(knot_node_t *node1, knot_node_t *node2);
int knot_node_shallow_copy(const knot_node_t *from, knot_node_t **to);
/*!
* \brief Checks whether RRSet in a node has to be signed.
* \brief Checks whether RRSet in a node has to be signed. Will not return
* true for all types that should be signed, do not use this as an
* universal function, it is implementation specific.
*
* \param node Node containing the RRSet.
* \param rrset RRSet we are checking for.
......
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