Skip to content

Commit 294a9bc

Browse files
committed
Better donation info, and ..."""or in special "description files""""
1 parent 810eaea commit 294a9bc

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/index.asciidoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ PasDoc is a documentation tool for the Object Pascal code
99
(as implemented by http://www.freepascal.org/[FPC] and
1010
http://www.embarcadero.com/products/delphi[Delphi]).
1111
Documentation is generated from comments found in the source code
12-
and / or in dedicated "description files". Numerous output formats are supported, including HTML, LaTeX (for PDF, PS), XML and PHP.
12+
or in special "description files". Numerous output formats are supported, including HTML, LaTeX (for PDF, PS), XML and PHP.
1313

1414
This is a _free and open source software_.
1515
//PasDoc itself is written using modern Object Pascal and can be build using FPC or Delphi.
1616

17-
We https://castle-engine.io/donate[appreciate your donations (Michalis, maintainer of PasDoc, also makes Castle Game Engine)], esp. if you use PasDoc in a commercial project. This helps us to continue developing and improving PasDoc.
18-
1917
## Basic Usage
2018

2119
Put comments before the identifiers in your Pascal source code. Like this:
@@ -52,6 +50,10 @@ pasdoc myunit.pas --format=html --output=output-dir
5250

5351
You can also use the GUI interface, see link:PasDocGui[PasDoc GUI].
5452

53+
## Support Us
54+
55+
If you find PasDoc useful, we https://castle-engine.io/donate[appreciate your donations]. This helps us to continue improving PasDoc. _Michalis_, maintainer of PasDoc, also makes https://castle-engine.io/[Castle Game Engine], and you can use the same channels (like https://www.patreon.com/c/castleengine[Patreon]) to donate to both projects.
56+
5557
## Examples
5658

5759
- Take a look at https://pasdoc.github.io/autodoc/html/index.html[PasDoc's own documentation (in the HTML format)].

0 commit comments

Comments
 (0)