1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 17:51:15 +02:00

Refactor: extract DocComment::getInnerText(PosTable)

This commit is contained in:
Robert Hensing 2024-07-09 19:26:22 +02:00
parent e68234c4f9
commit 491b9cf415
3 changed files with 21 additions and 14 deletions

View file

@ -60,6 +60,8 @@ struct DocComment {
*/
operator bool() const { return static_cast<bool>(begin); }
std::string getInnerText(const PosTable & positions) const;
};
/**