summaryrefslogtreecommitdiff
path: root/Applications/Spreadsheet/HelpWindow.h
AgeCommit message (Collapse)Author
2020-10-31Spreadsheet: Add support for example views and hyperlinks in the docsAnotherTest
Now the functions can actually be demonstrated by small examples, embedded right inside the documentation via: spreadsheet://example/<page>#<example_name> Also allows pages to link to each other via the same scheme: spreadsheet://doc/<page>
2020-08-28Spreadsheet: Don't store help window's widgets in raw pointersAndreas Kling
We can just use RefPtr for these and lighten the cognitive burden.
2020-08-24LibWeb: Move OutOfProcessWebView into the Web namespaceAnotherTest
2020-08-24Spreadsheet: Document runtime functions and add a help windowAnotherTest
...that can automatically generate documentation pages from the objects.