From 1777592ec08d6aea794bd5e08edea0d7d6b7ca54 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 22 Feb 2021 22:56:34 +0100 Subject: [PATCH] lib/yajl/Handle: fix API documentation --- src/lib/yajl/Handle.cxx | 2 +- src/lib/yajl/Handle.hxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/yajl/Handle.cxx b/src/lib/yajl/Handle.cxx index 6a1741b10..d9df886e9 100644 --- a/src/lib/yajl/Handle.cxx +++ b/src/lib/yajl/Handle.cxx @@ -1,5 +1,5 @@ /* - * Copyright 2018-2020 Max Kellermann + * Copyright 2018-2021 Max Kellermann * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/lib/yajl/Handle.hxx b/src/lib/yajl/Handle.hxx index 02fad8ea1..a19c59e50 100644 --- a/src/lib/yajl/Handle.hxx +++ b/src/lib/yajl/Handle.hxx @@ -1,5 +1,5 @@ /* - * Copyright 2018-2020 Max Kellermann + * Copyright 2018-2021 Max Kellermann * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -37,7 +37,7 @@ namespace Yajl { /** - * OO wrapper for "struct curl_slist *". + * OO wrapper for a #yajl_handle. */ class Handle { yajl_handle handle = nullptr;