Commit 1777592e authored by Max Kellermann's avatar Max Kellermann

lib/yajl/Handle: fix API documentation

parent 8e8fbe14
/* /*
* 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
......
/* /*
* 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 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment