diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-04-15 14:47:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-15 14:47:24 +0200 |
| commit | fc91880faf7968432710e439e77ef067759d16fc (patch) | |
| tree | f941b5ebbc70e8380775098a225001c2379b6e0f /fluid/nodes/Tree.cxx | |
| parent | 63db80c07888e5f4dcaff3579a0d174b7df5424d (diff) | |
Reactivating Mergeback functionality. (#1226)
Reactivated code.
Various fixes.
New documentation.
Diffstat (limited to 'fluid/nodes/Tree.cxx')
| -rw-r--r-- | fluid/nodes/Tree.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/nodes/Tree.cxx b/fluid/nodes/Tree.cxx index ca9b3d761..92b5e7506 100644 --- a/fluid/nodes/Tree.cxx +++ b/fluid/nodes/Tree.cxx @@ -99,7 +99,7 @@ Node *Tree::find_by_uid(unsigned short uid) { } -/** Find a type node by using the codeview text positions. +/** Find a node by using the codeview text positions. \param[in] text_type 0=source file, 1=header, 2=.fl project file \param[in] crsr cursor position in text |
