lib/yajl/Handle: fix API documentation
This commit is contained in:
parent
8e8fbe14b1
commit
1777592ec0
@ -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
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -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
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@ -37,7 +37,7 @@
|
|||||||
namespace Yajl {
|
namespace Yajl {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* OO wrapper for "struct curl_slist *".
|
* OO wrapper for a #yajl_handle.
|
||||||
*/
|
*/
|
||||||
class Handle {
|
class Handle {
|
||||||
yajl_handle handle = nullptr;
|
yajl_handle handle = nullptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user