Home
last modified time | relevance | path

Searched defs:DocTagInfo (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dapi.h235 struct DocTagInfo { struct
241 …explicit DocTagInfo(std::string name = "", std::string text = "") : name_ {std::move(name)}, text_… argument
254 bool operator==(const DocTagInfo &other) const argument