-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.html
24 lines (15 loc) · 937 Bytes
/
readme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<meta charset="utf-8">
<title>How to handle this package</title>
<meta content="">
<style></style>
</head>
<body>
<h1>How to handle this package</h1>
<h2>Use in projects</h2>
<p>Open the Project Inspector inside your project. Add the package lclpatch to your project. Then you can use what the package provides in your project.</p>
<h2>Documentation</h2>
<p>You need fpdoc being installed. To generate readable package documentation open a console, then switch to the package directory. From there call <code>./make-dp</code>. This creates documentation project files depending on the current state of the package documentation. Then call <code>./make-doc</code>. This creates readable package documentation from the previously created project file. You can find it by comparing the directory content before and after that.</p>
</body>
</html>