ignore a C code example
This commit is contained in:
@@ -411,7 +411,7 @@ impl CList for TCStringList {
|
|||||||
///
|
///
|
||||||
/// For example:
|
/// For example:
|
||||||
///
|
///
|
||||||
/// ```
|
/// ```text
|
||||||
/// char *url = get_item_url(..); // dynamically allocate C string
|
/// char *url = get_item_url(..); // dynamically allocate C string
|
||||||
/// tc_task_annotate(task, tc_string_borrow(url)); // TCString created, passed, and freed
|
/// tc_task_annotate(task, tc_string_borrow(url)); // TCString created, passed, and freed
|
||||||
/// free(url); // string is no longer referenced and can be freed
|
/// free(url); // string is no longer referenced and can be freed
|
||||||
|
|||||||
Reference in New Issue
Block a user