mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:57:35 +00:00
Spreadsheet: Document runtime functions and add a help window
...that can automatically generate documentation pages from the objects.
This commit is contained in:
parent
12cf3e13c0
commit
3a07f6e345
8 changed files with 352 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
set(SOURCES
|
||||
HelpWindow.cpp
|
||||
Spreadsheet.cpp
|
||||
SpreadsheetModel.cpp
|
||||
SpreadsheetView.cpp
|
||||
|
@ -7,4 +8,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_bin(Spreadsheet)
|
||||
target_link_libraries(Spreadsheet LibGUI LibJS)
|
||||
target_link_libraries(Spreadsheet LibGUI LibJS LibWeb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue