diagram-annotations-processing.remarkup
No OneTemporary

File Metadata

Created
Thu, Jul 9, 4:12 AM

diagram-annotations-processing.remarkup

~~~cpp
dfdffdfdfdfd
~~~

<div class='mermaid'>
graph TD
subgraph analysis
client-.->storage[Gathering annotations]
library-.->storage
storage-->solver
solver==>library
end

subgraph main
client[Client Code]-->library[Library code]
end

</div>

Event Timeline