1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:07:34 +00:00

LibManual: Add SubsectionNode

This commit is contained in:
kleines Filmröllchen 2022-12-14 17:19:14 +01:00 committed by Andrew Kaster
parent 2aa374eba1
commit a9fe80550d
3 changed files with 54 additions and 0 deletions

View file

@ -3,6 +3,7 @@ set(SOURCES
PageNode.cpp
Path.cpp
SectionNode.cpp
SubsectionNode.cpp
)
serenity_lib(LibManual manual)