Skip to content

Happy new year! (#106) #287

Happy new year! (#106)

Happy new year! (#106) #287

Triggered via push October 17, 2024 17:55
Status Success
Total duration 53s
Artifacts

docs-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
docs: docs/source/api/define_llri-vk_2llri_8cpp_1a3f9cc32a45d00b3fc9419fed02937a89.rst#L13
doxygendefine: Cannot find define "VOLK_IMPLEMENTATION" in doxygen xml output for project "Rythe-LLRI" from directory: ../xml/
docs: docs/source/api/typedef_adapter_8hpp_1ae45a5b698d5e6c555fa4744fce8776b4.rst#L13
Too many template argument lists compared to parameter lists. Argument lists: 1, Parameter lists: 0, Extra empty parameters lists prepended: 1. Declaration:
docs: docs/source/api/typedef_adapter_8hpp_1ae45a5b698d5e6c555fa4744fce8776b4.rst#L13
Invalid C++ declaration: Expected end of definition. [error at 43]
docs: docs/source/api/typedef_device_8hpp_1aa52787582ef67f7b7edc58742b415281.rst#L13
Too many template argument lists compared to parameter lists. Argument lists: 1, Parameter lists: 0, Extra empty parameters lists prepended: 1. Declaration:
docs: docs/source/api/typedef_device_8hpp_1aa52787582ef67f7b7edc58742b415281.rst#L13
Invalid C++ declaration: Expected end of definition. [error at 34]
docs: docs/source/api/library_root.rst#L1
document isn't included in any toctree
docs: docs/source/api/program_listing_file__home_runner_work_Rythe-LLRI_Rythe-LLRI_src_llri-vk_detail_metal_surface.mm.rst#L11
Lexing literal_block '#include <Cocoa/Cocoa.h>\n#include <MetalKit/MetalKit.h>\n#include <Carbon/Carbon.h>\n\nnamespace llri\n{\n namespace detail\n {\n void* getCAMetalLayer(void* nsWindow)\n {\n @autoreleasepool\n {\n NSBundle* bundle = [NSBundle bundleWithPath:@"/System/Library/Frameworks/QuartzCore.framework"];\n if (!bundle)\n return nullptr;\n\n id ns = static_cast<id>(nsWindow);\n id view = [ns contentView];\n\n id layer = [[bundle classNamed:@"CAMetalLayer"] layer];\n if (!layer)\n return nullptr;\n\n [layer setContentsScale:[ns backingScaleFactor]];\n\n [view setLayer:layer];\n [view setWantsLayer:YES];\n\n return reinterpret_cast<void*>(layer);\n }\n }\n }\n}' as "cpp" resulted in an error at token: '@'. Retrying in relaxed mode.