1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00
serenity/Userland/Libraries/LibManual
kleines Filmröllchen 44e4a38535 LibManual: Allow overriding a Node's path calculation
This is necessary for subclassing SectionNode, but generally allows more
code to rely on path() virtual dispatch always finding the correct path
regardless of the static type.
2023-01-02 06:15:13 -07:00
..
CMakeLists.txt Help+man+LibManual: Move argument handling to LibManual 2022-12-11 16:05:23 +00:00
Node.cpp Help+LibManual: Without arguments, open index page instead of crashing 2022-12-12 00:37:29 -07:00
Node.h LibManual: Allow overriding a Node's path calculation 2023-01-02 06:15:13 -07:00
PageNode.cpp Help+LibManual: Make the children accessor fallible 2023-01-02 06:15:13 -07:00
PageNode.h LibManual: Allow overriding a Node's path calculation 2023-01-02 06:15:13 -07: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 Help+man+LibManual: Move argument handling to LibManual 2022-12-11 16:05:23 +00:00
SectionNode.h LibManual: Allow overriding a Node's path calculation 2023-01-02 06:15:13 -07:00