diff --git a/components/fpspreadsheet/docs/README.txt b/components/fpspreadsheet/docs/README.txt index 536e3d0bf..2b74b1e85 100644 --- a/components/fpspreadsheet/docs/README.txt +++ b/components/fpspreadsheet/docs/README.txt @@ -39,8 +39,11 @@ - Install the program +- Change the variable DOX_CMD in the batch file "builddoc.bat" to point to the + correct folder. + - Run the batch file "builddoc.bat" which extracts the documentation code from - the sources and creates the chm file. + the sources and creates the chm file. It may take some time... -------------------------------------------------------------------------------- \ No newline at end of file diff --git a/components/fpspreadsheet/docs/api/builddoc.bat b/components/fpspreadsheet/docs/api/builddoc.bat index bfcbedb78..cb0608a26 100644 --- a/components/fpspreadsheet/docs/api/builddoc.bat +++ b/components/fpspreadsheet/docs/api/builddoc.bat @@ -6,7 +6,7 @@ if not exist %DOX_CMD% goto :dox_error rem *** Prepare files *** if not exist output mkdir output pushd . -cd ..\.. +cd ..\..\source if not exist fps.inc goto :next1 ren fps.inc ---fps.inc @@ -25,7 +25,7 @@ echo Running %DOX_CMD% -config "HTML Help" fpspreadsheet.dox-express rem *** Clean up *** pushd . -cd ..\.. +cd ..\..\source chdir if not exist ---fps.inc goto :next3 ren ---fps.inc fps.inc diff --git a/components/fpspreadsheet/docs/api/fpspreadsheet.dox-express b/components/fpspreadsheet/docs/api/fpspreadsheet.dox-express index 30018f92f..5d6f3313d 100644 --- a/components/fpspreadsheet/docs/api/fpspreadsheet.dox-express +++ b/components/fpspreadsheet/docs/api/fpspreadsheet.dox-express @@ -882,12 +882,12 @@ SavedValues=1 [Source Files] Count=6 -File0=..\..\fpsnumformat.pas -File1=..\..\fpspreadsheet.pas -File2=..\..\fpspreadsheetctrls.pas -File3=..\..\fpspreadsheetgrid.pas -File4=..\..\fpsutils.pas -File5=..\..\fpsimages.pas +File0=..\..\source\common\fpsimages.pas +File1=..\..\source\common\fpsnumformat.pas +File2=..\..\source\common\fpspreadsheet.pas +File3=..\..\source\common\fpsutils.pas +File4=..\..\source\visual\fpspreadsheetctrls.pas +File5=..\..\source\visual\fpspreadsheetgrid.pas [Source Include Directories] Count=0