Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting Started with Lazarus IDE

You're reading from   Getting Started with Lazarus IDE Get to grips with the basics of programming, debugging, creating, and documenting projects with the Lazarus IDE

Arrow left icon
Product type Paperback
Published in Feb 2013
Publisher Packt
ISBN-13 9781782163404
Length 116 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Roderick Person Roderick Person
Author Profile Icon Roderick Person
Roderick Person
Arrow right icon
View More author details
Toc

Building the LazDE tool


The Lazarus Documentation Editor (LazDE) tool is developed to create platform-independent documentation of Lazarus source code units. XML files are used to record and store documentation data. Each unit of a Lazarus project will have a separate XML data file associated with it. Other documentation tools, such as Doc-O-Matic, require you to use formatted comments directly in your source code. The use of separate XML files keeps your code comments clean and easier to read and understand. The Lazarus project uses LazDE to create HTML pages that can be accessed at http://lazarus-ccr.sourceforge.net/docs/lcl/. It is planned that at a later time there will be an integrated help system in Lazarus itself that will use XML as the source for the documentation data. Current documentation of the XML datafiles can be found in the directory [$LazDir]/docs/xml/. The files located here are mostly empty skeleton files with little or no useful documentation. These files need to be...

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 $19.99/month. Cancel anytime
Banner background image