mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 01:31:04 +02:00
updated README
git-svn-id: trunk@8912 -
This commit is contained in:
parent
c9951da94d
commit
109d6e5216
@ -12,15 +12,23 @@ At the moment the fpdoc tool 'makeskel' is not yet capable of updating the
|
||||
files. But this will follow in a few weeks.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Finding the new files, not yet in CVS:
|
||||
Finding the new files, not yet in CVS (probably obsolete now):
|
||||
|
||||
perl find_cvs_fpdoc_files.pl -s ../../lcl -o lcl -l new
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Finding old the files in CVS not needed any more:
|
||||
Finding old the files in CVS not needed any more (probably obsolete now):
|
||||
|
||||
perl find_cvs_fpdoc_files.pl -s ../../lcl -o lcl -l old
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
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
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Examples for gtk interface:
|
||||
|
@ -346,8 +346,7 @@
|
||||
</descr>
|
||||
<errors>
|
||||
</errors>
|
||||
<seealso>Documentation on the <a href="http://wiki.lazarus.freepascal.org/index.php/TXMLPropStorage">wiki</a>.
|
||||
</seealso>
|
||||
<seealso></seealso>
|
||||
</element>
|
||||
|
||||
<!-- property Visibility: published -->
|
||||
|
Loading…
Reference in New Issue
Block a user