1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:37:42 +00:00
serenity/Userland/Libraries/LibManual
Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector
This class had slightly confusing semantics and the added weirdness
doesn't seem worth it just so we can say "." instead of "->" when
iterating over a vector of NNRPs.

This patch replaces NonnullRefPtrVector<T> with Vector<NNRP<T>>.
2023-03-06 23:46:35 +01:00
..
CMakeLists.txt LibManual: Add SubsectionNode 2023-01-02 06:15:13 -07:00
Node.cpp LibManual: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Node.h LibManual: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
PageNode.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
PageNode.h LibManual: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
Path.cpp Help+LibManual: Move all manpage path handling to LibManual 2022-12-11 16:05:23 +00:00
Path.h Help+LibManual: Move all manpage path handling to LibManual 2022-12-11 16:05:23 +00:00
SectionNode.cpp LibManual: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
SectionNode.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
SubsectionNode.cpp LibManual: Fix const-correctness issues 2023-02-21 00:54:04 +01:00
SubsectionNode.h LibManual: Fix const-correctness issues 2023-02-21 00:54:04 +01:00