chiark / gitweb /
Doxygen file headers for most files
[disorder] / lib / kvp.c
index 13a5cc4d7f610aa722e26474515ae92ef963251a..748c47ef30c637ee8a4dbe6d13565a3e931db293 100644 (file)
--- a/lib/kvp.c
+++ b/lib/kvp.c
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+/** @file lib/kvp.c
+ * @brief Linked list of key-value pairs
+ *
+ * Also supports URL encoding/decoding (of raw strings and kvp lists).
+ *
+ * For large sets of keys, see @ref lib/hash.c.
+ */
 
 #include "common.h"