diff options
author | Max Kellermann <max@musicpd.org> | 2021-02-22 22:56:34 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-02-22 22:56:52 +0100 |
commit | 1777592ec08d6aea794bd5e08edea0d7d6b7ca54 (patch) | |
tree | 9f584502d258f224aed551386d66b599cb27a0b3 | |
parent | 8e8fbe14b10f03dfd804158f26b8bda1e821ddf6 (diff) |
lib/yajl/Handle: fix API documentation
-rw-r--r-- | src/lib/yajl/Handle.cxx | 2 | ||||
-rw-r--r-- | 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 <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 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 <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; |