Added pasdoc generation to the pipeline

Added documentation generation to the pipeline, this can be retreived as an artifact and deployed on the webserver from master.
This commit is contained in:
2021-07-05 16:00:00 +01:00
parent 40b2c8efb7
commit c5bafa9fa9
156 changed files with 58 additions and 48112 deletions

View File

@ -751,7 +751,7 @@ procedure closeAllWindows;
@param(Width 32-bit Width of the Window in Cells.)
@param(Height 32-bit Height of the Window in Cells.)
@param(Title NULL Terminated String used as the Title for the Window.)
@retruns(A 32-bit Handle for the new Window.)
@returns(A 32-bit Handle for the new Window.)
}
function newWindow(x : uint32; y : uint32; Width : uint32; Height : uint32; Title : PChar) : HWND;