MCPcopy Create free account
hub / github.com/adobe/hyde / ~some_struct

Method ~some_struct

test_files/comments.cpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32/// @see [Slides](https://llvm.org/devmtg/2012-11/Gribenko_CommentParsing.pdf) from an LLVM dev meeting chat on the comment parsing feature
33struct some_struct {
34 virtual ~some_struct() = delete;
35
36 /// This is a longer description of this function that does things as well as it does.
37 /// Notice how long this comment is! So impressive. 💥

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected