lib/yajl/Handle: fix API documentation

This commit is contained in:
Max Kellermann 2021-02-22 22:56:34 +01:00
parent 8e8fbe14b1
commit 1777592ec0
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2018-2020 Max Kellermann <max.kellermann@gmail.com>
* Copyright 2018-2021 Max Kellermann <max.kellermann@gmail.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2018-2020 Max Kellermann <max.kellermann@gmail.com>
* Copyright 2018-2021 Max Kellermann <max.kellermann@gmail.com>
*
* 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;