1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 12:17:36 +00:00

Documentation: Add guidelines for writing manual pages

Based on current consensus and the way our manpages are written.
This commit is contained in:
kleines Filmröllchen 2024-01-25 13:32:58 +01:00 committed by Andrew Kaster
parent 350affe406
commit 3a9278b31c
2 changed files with 92 additions and 0 deletions

View file

@ -41,6 +41,7 @@ Make sure to read the basic [Build Instructions](BuildInstructions.md) first.
* [Coding Style](CodingStyle.md)
* [Common Patterns](Patterns.md)
* [Guidelines for Text in UI](HumanInterfaceGuidelines/Text.md)
* [Guidelines for writing manual pages](WritingManPages.md)
* [EventLoop](EventLoop.md)
* [High DPI Support](HighDPI.md)
* [Smart Pointers](SmartPointers.md)