Difference between revisions of "PasDoc"

From Lazarus wiki
Jump to navigationJump to search
(→‎Download: GitHub link first)
Line 7: Line 7:
 
Homepage: http://pasdoc.sourceforge.net/
 
Homepage: http://pasdoc.sourceforge.net/
  
SVN:
+
Github:
 +
 
 +
  git clone https://github.com/michaliskambi/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:
  
Github: https://github.com/michaliskambi/pasdoc
+
  https://github.com/michaliskambi/pasdoc
  
 
=License=
 
=License=

Revision as of 17:52, 25 September 2016

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.

Output formats are HTML, HtmlHelp, LaTeX, latex2rtf, simplexml. More formats may be added in the future.

Download

Homepage: http://pasdoc.sourceforge.net/

Github:

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

SourceForge SVN (auto-synchronized with GitHub):

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

Github:

 https://github.com/michaliskambi/pasdoc

License

GNU GPL.