Commit Graph

44 Commits

Author SHA1 Message Date
0066fc2e0c Small tweak to the docs. 2024-01-21 15:11:35 +01:00
2c688317fb Added a doc post processor script. 2024-01-21 14:06:33 +01:00
ba96508491 Created docs for the other variants. 2024-01-21 13:37:18 +01:00
3f82f33b40 Tweaks to the docs. 2024-01-21 13:01:24 +01:00
23e824df17 Added the ability to specify the template file and output file in the doc processor. 2024-01-21 02:30:40 +01:00
a60a0ca4fd Inlined the style to the doc html. Inlining markdeep itself doesn't seem to work though. 2024-01-21 02:13:36 +01:00
4e53b7051d The doc generator will only write the remaining classes list now if a new --remaining parameter is passed. 2024-01-21 01:29:54 +01:00
e0fbfb161d Moved render core licenses to a new template file in the docs. Also moved the licenses section to the bottom. 2024-01-21 01:24:30 +01:00
6e2eca8ab7 Added compilation information and intro to the docs. 2024-01-21 01:20:01 +01:00
59e075b8b9 Updated the doc generator for the new sfwl. Also implemented creating the out directory. 2024-01-20 13:16:36 +01:00
3bfbc1542e Added the new classes to the docs. 2024-01-19 22:37:15 +01:00
aee8f305f3 Licenses is a main section now. 2024-01-13 22:58:50 +01:00
602361ad1e Small tweaks. 2024-01-13 22:55:44 +01:00
eea271005f Added licenses into the docs. 2024-01-13 22:50:27 +01:00
ad6e3b57e1 Added mroe classes to the docs. Also small tweaks. 2024-01-13 20:53:48 +01:00
71192064e6 Renamed STime to SFWTime. 2024-01-13 19:08:12 +01:00
e3b62728bb Also added SubProcess to the docs. 2024-01-13 13:09:03 +01:00
3dbbe9e100 Handle single line defines in the doc generator properly. 2024-01-13 12:13:38 +01:00
438adce31d Added Socket to the amalgamations. 2024-01-13 10:08:42 +01:00
cecd50a91b Small tweak. 2024-01-09 12:36:30 +01:00
5df0d1b023 Also added thread to the docs. 2024-01-09 12:36:15 +01:00
4cc176b5b5 Removed sfwl.h that was accidentally committed. 2024-01-07 12:17:15 +01:00
4e79c45a67 Use sfwl core in the doc merger. 2024-01-07 12:16:44 +01:00
7bd2e4f121 Fixed sfwl build. 2024-01-07 12:05:28 +01:00
1a7201e938 Make the doc generator use the lite version. 2024-01-07 10:56:15 +01:00
76fd80f8ca Fixed typo. 2024-01-06 21:10:44 +01:00
34c30d8466 Docs initial setup pt3 (final). 2024-01-06 21:02:59 +01:00
46de03632e Use xml escape before writing classes to the docs file. 2024-01-06 19:45:38 +01:00
ee75ac99a5 Docs pt2. 2024-01-06 17:45:49 +01:00
06a841b2d0 Doc setup pt1. 2024-01-06 17:10:13 +01:00
7388a81ebe Better doc details styling from FWK. 2024-01-06 17:09:45 +01:00
1fc4d968a4 Use a different code template for the remaining list. 2024-01-06 14:10:34 +01:00
9675d2375b Remove name from the code template. 2024-01-06 14:08:00 +01:00
acff200ac1 Use class templates. 2024-01-06 13:44:59 +01:00
564196394b Rework the doc tool a bit. Now it need a new template which needs to have classes added manually, and it will generate a list from the unused classes. 2024-01-06 13:41:33 +01:00
0c22c5fa96 Generate doc files into an out folder. 2024-01-06 12:59:12 +01:00
0a8ad4f33a Skip writing empty classes. 2024-01-06 12:46:24 +01:00
ee7dc76dec Handle ()-s in enums. 2024-01-06 12:40:20 +01:00
baa47dd6df Fixed handling of templates in the doc generator. 2024-01-06 12:31:34 +01:00
6e00a23a28 Skip classes that starts with _. 2024-01-06 12:21:05 +01:00
96e5faa60f Removed the generated doc. 2024-01-06 12:17:21 +01:00
0ea53d8a7c Fix the handling of default arguments in the doc generator. Also strip whitespace after the classes. 2024-01-06 12:16:06 +01:00
87b2f9e163 Made the doc build script automatically grab the correct merged lib files. Also ignode sfw.h and cpp under the doc folder. 2024-01-06 12:01:03 +01:00
9c5c0709de Moved the docs folder under tools. 2024-01-06 11:56:15 +01:00