Skip to content
Commit a4bc3a70 authored by Johnny Chen's avatar Johnny Chen
Browse files

Add cross references between the docstrings for regular SBValue iteration:

    for child in value:
        # do something with the child value

and SBValue.linked_list_iter():

    for task in task_head.linked_list_iter('next', eol_test):
        # visit each item in the linked list

llvm-svn: 136015
parent 9becc53e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment