lazarus/docs/xml
mattias d5c901ec68 lcl: docs: fixed encoding
git-svn-id: trunk@37849 -
2012-07-02 14:50:07 +00:00
..
ide IDE: added fpdoc path for IDE sources 2011-03-12 12:26:19 +00:00
lazutils lazutils: docs: fixed encoding and package name 2012-07-02 14:42:33 +00:00
lcl lcl: docs: fixed encoding 2012-07-02 14:50:07 +00:00
mkhtml.bat Docs: add some scripts and StyleGuide 2011-09-20 04:25:48 +00:00
multi_makeskel.pl tool multi_makeskel.pl: fixed svn props and added option -r for recursive from Darius 2007-05-15 10:17:15 +00:00
README.txt Docs: add some scripts and StyleGuide 2011-09-20 04:25:48 +00:00
StyleGuide.txt updated styleguide.txt 2012-02-13 14:06:59 +00:00
updateXML.bat Docs: add some scripts and StyleGuide 2011-09-20 04:25:48 +00:00

These are the fpdoc xml files of the lazarus units.

The lcl directory contains the fpdoc xml files for the lcl. For example
lcl/controls.xml for controls.pp.

--------------------------------------------------------------------------------
They were created with:
perl multi_makeskel.pl -p lcl -s ../../lcl -o lcl \
  -i '-Fi/path/to/lazarus/lcl/include' -x
  
At the moment the fpdoc tool 'makeskel' is not yet capable of updating the
files. But this will follow in a few weeks.

--------------------------------------------------------------------------------
If you don't have perl installed, you can use the following command to update
lcl/forms.xml file:

makeskel --update --package=lcl --input="..\..\lcl\forms.pp" --descr=lcl\forms.xml --output=lcl\forms.xml.new

To create a new file use:
makeskel --package=lcl --input="..\..\lcl\forms.pp" --output=lcl\forms.xml

See also: StyleGuide.txt

--------------------------------------------------------------------------------
Examples for gtk interface:

Creation:
perl multi_makeskel.pl -p lclgtk -s ../../lcl/interfaces/gtk \
  -o lcl/interfaces/gtk -i '-Fi/path/to/lazarus/lcl/interfaces/gtk' -x