Difference between revisions of "PasDoc"

From Lazarus wiki
Jump to navigationJump to search
(New page)
 
(demote all level-1 headings to level-2 headings [the page title is 𝘵𝘩𝘦 level-1 heading], insert some wikilinks, update URL)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=About=
+
==About==
PasDoc is a documentation tool for Object Pascal code, able to parse all modern Pascal features. Documentation is generated from comments found in your source code and from external files.  
+
PasDoc is a documentation tool for the [[Object Pascal]] code. Documentation is generated from [[Comments|comments]] found in your [[Source code|source code]] and from external files. It can parse source code with all the modern Pascal features. Inside the documentation you can use many [[@]]-tags for formatting and linking.
  
Output formats are HTML, HtmlHelp, LaTeX, latex2rtf, simplexml. More formats may be added in the future.
+
Many output formats are supported: HTML, HtmlHelp, LaTeX, latex2rtf, simplexml.
  
=Download=
+
There's a command-line and GUI interface.
Homepage: http://pasdoc.sourceforge.net/
 
  
SVN:
+
Some of the advanced features include:
 +
* support for many languages to localize your documentation,
 +
* configurable comment markers,
 +
* you can create large introduction pages for your documentation using the same markup,
 +
* easy search box for the documentation,
 +
* configurable automatic linking and automatic extraction of "abstracts" from the documentation,
 +
* spell checking,
 +
* caching to speedup generating large documentation.
 +
 
 +
==Download==
 +
Homepage: https://pasdoc.github.io/
 +
 
 +
Github:
 +
 
 +
  git clone https://github.com/pasdoc/pasdoc
 +
 
 +
SourceForge SVN (auto-synchronized with GitHub):
  
 
   svn co http://svn.code.sf.net/p/pasdoc/code/trunk
 
   svn co http://svn.code.sf.net/p/pasdoc/code/trunk
  
Github: https://github.com/michaliskambi/pasdoc
+
==License==
 +
GNU [[GPL]].
  
=License=
+
[[Category:Help and Docs]]
GNU GPL.
+
[[Category:Tools]]

Latest revision as of 22:45, 21 January 2022

About

PasDoc is a documentation tool for the Object Pascal code. Documentation is generated from comments found in your source code and from external files. It can parse source code with all the modern Pascal features. Inside the documentation you can use many @-tags for formatting and linking.

Many output formats are supported: HTML, HtmlHelp, LaTeX, latex2rtf, simplexml.

There's a command-line and GUI interface.

Some of the advanced features include:

  • support for many languages to localize your documentation,
  • configurable comment markers,
  • you can create large introduction pages for your documentation using the same markup,
  • easy search box for the documentation,
  • configurable automatic linking and automatic extraction of "abstracts" from the documentation,
  • spell checking,
  • caching to speedup generating large documentation.

Download

Homepage: https://pasdoc.github.io/

Github:

 git clone https://github.com/pasdoc/pasdoc

SourceForge SVN (auto-synchronized with GitHub):

 svn co http://svn.code.sf.net/p/pasdoc/code/trunk

License

GNU GPL.