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:
parent
e68234c4f9
commit
491b9cf415
3 changed files with 21 additions and 14 deletions
|
@ -60,6 +60,8 @@ struct DocComment {
|
|||
*/
|
||||
operator bool() const { return static_cast<bool>(begin); }
|
||||
|
||||
std::string getInnerText(const PosTable & positions) const;
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue