Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Getting Started with Lazarus IDE

You're reading from  Getting Started with Lazarus IDE

Product type Book
Published in Feb 2013
Publisher Packt
ISBN-13 9781782163404
Pages 116 pages
Edition 1st Edition
Languages
Author (1):
Roderick Person Roderick Person
Profile icon Roderick Person

Using FPDoc


FPDoc is the command-line tool that is used to combine Pascal source file units and XML-formatted documentation files to create reference documentation in a variety of formats. FPDoc can create documentation in the following formats:

  • HTML: HTML with Style Sheets and JavaScript. JavaScript is used to create the class properties and class method window.

  • XHTML: It is a stricter HTML syntax.

  • LaTeX: It generates LaTeX files that can be used to create Postscript or PDF. Free Pascal provides the fpc.sty file for use with LaTeX.

  • Text: It includes plain ASCII text files. There's no cross-referencing.

  • Man: Unix man pages. For each function, procedure, and method identifier, a separate man page is created. Separate units are created for constants, types, variables, and resource strings.

  • CHM: It is a compressed HTML file. It is compressed using lzx compression.

  • RTF: It stands for Rich Text Format files.

FPDoc has many command-line options, including the following:

  • input: This is the name of the...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}