INNER CODE UNIT · Python

check_comment_header

cadaver/turso3d · ThirdParty/SDL/src/dynapi/gendynapi.py:364

def check_comment_header():
    if not check_comment_header.done:
        check_comment_header.done = True
        print("")
        print("Please fix following warning(s):")
        print("-------------------------------")


def check_comment():

    check_comment_header.done = False

    # Check \param
    for i in full_API:
        comment = i['comment']
        name = i['name']
        retval = i['retval']
        header = i['header']

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…