Re: [Lazarusdev] [fpc-devel] Documentation for FCL files not already in the FreePascal docs

2008-11-05 Thread Christopher Kirkpatrick




On Wed, 05 Nov 2008 15:44:59 +0100
 Vincent Snijders <[EMAIL PROTECTED]> wrote:
Chris, feel free to add these new xml docs to a new 

directory:
http://svn.freepascal.org/svn/lazarus/trunk/docs/xml/fcl

I will try to incorporate these files in the nightly doc 
builds, either by patching 
the Makefile in fpcdocs or by creating new shell script 
based on the 
html/build_lcl_html.sh script.


Vincnet


Thank you very much, Vincent. That will be most helpful.
Regards - Chris

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [Lazarusdev] [fpc-devel] Documentation for FCL files not already in the FreePascal docs

2008-11-13 Thread Vincent Snijders

Christopher Kirkpatrick schreef:




On Wed, 05 Nov 2008 15:44:59 +0100
 Vincent Snijders <[EMAIL PROTECTED]> wrote:
Chris, feel free to add these new xml docs to a new 

directory:
http://svn.freepascal.org/svn/lazarus/trunk/docs/xml/fcl

I will try to incorporate these files in the nightly doc builds, 
either by patching the Makefile in fpcdocs or by creating new shell 
script based on the html/build_lcl_html.sh script.



Thank you very much, Vincent. That will be most helpful.


I have updated the build script for the docs are sourceforge. See 
http://lazarus-ccr.sourceforge.net/fpcdoc/fcl/fpcanvas/index.html and 
http://lazarus-ccr.sourceforge.net/fpcdoc/fcl/fpimage/index.html


I got the following errors, but I don't know why:
[#fcl.FPimage.TFPCustomImage.Progress] Invalid description (illegal XML 
element: "printshort")
[#fcl.FPimage.TFPCustomImageHandler.Progress] Invalid description 
(illegal XML element: "printshort")


I just copy the lazarus/docs/xml/fcl files into fpcdocs dir and have 
adapted the Makefile.fpc as in attached patch.


Chris, if you add a new file, I need to adapt the Makefile.fpc. If I 
don't notice or forget to make that change, feel free to send me a notice.


html.bzip2 and chm with these new docs follow soon.

Vincent
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [Lazarusdev] [fpc-devel] Documentation for FCL files not already in the FreePascal docs

2008-11-14 Thread Chris Kirkpatrick



Vincent Snijders wrote:


I have updated the build script for the docs are sourceforge. See 
http://lazarus-ccr.sourceforge.net/fpcdoc/fcl/fpcanvas/index.html and 
http://lazarus-ccr.sourceforge.net/fpcdoc/fcl/fpimage/index.html


I got the following errors, but I don't know why:
[#fcl.FPimage.TFPCustomImage.Progress] Invalid description (illegal 
XML element: "printshort")
[#fcl.FPimage.TFPCustomImageHandler.Progress] Invalid description 
(illegal XML element: "printshort")


I guess the 'printshort' is a remnant from where a short description has 
been removed and replaced by a link to an ancestor file; if there is no 
short description, printshort has the argument '' which it doesn't like. 
I'll try to find the offending entry and remove it.

Regards - Chris

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel