Searched defs:DocTagInfo (Results 1 – 1 of 1) sorted by relevance
235 struct DocTagInfo { struct241 …explicit DocTagInfo(std::string name = "", std::string text = "") : name_ {std::move(name)}, text_… argument254 bool operator==(const DocTagInfo &other) const argument