You've already forked lazarus-ccr
Update chm help (add help for fpspreadsheetctrls and fpspreadsheetgrid).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8001 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
set pasdoc_cmd=pasdoc.exe
|
||||
set hhc_cmd="C:\Program Files (x86)\HTML Help Workshop\hhc.exe"
|
||||
|
||||
%pasdoc_cmd% @options.txt --format=htmlhelp --output=output --name=fpspreadsheet --source=source-files.txt
|
||||
::%hhc_cmd% output\fpspreadsheet.hhc
|
||||
|
||||
|
||||
@@ -148,9 +148,15 @@ td.itemunit {white-space:nowrap; }
|
||||
td.itemdesc { width:100%; }
|
||||
|
||||
div.nodescription { color:red; }
|
||||
dl.parameters dt {
|
||||
font-family: monospace;
|
||||
font-size:1.0em;
|
||||
}
|
||||
/*
|
||||
dl.parameters dt {
|
||||
color:blue;
|
||||
}
|
||||
*/
|
||||
|
||||
code {
|
||||
font-family: monospace;
|
||||
|
||||
4
components/fpspreadsheet/docs/api/make_chm.bat
Normal file
4
components/fpspreadsheet/docs/api/make_chm.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
::set chm_cmd="C:\Program Files (x86)\HTML Help Workshop\hhc.exe"
|
||||
set chm_cmd=chmcmd.exe
|
||||
%chm_cmd% output\fpspreadsheet.hhp
|
||||
|
||||
@@ -5,3 +5,5 @@
|
||||
../../source/common/fpsnumformat.pas
|
||||
../../source/common/fpsallformats.pas
|
||||
../../source/common/fpsrpn.pas
|
||||
../../source/visual/fpspreadsheetctrls.pas
|
||||
../../source/visual/fpspreadsheetgrid.pas
|
||||
|
||||
Reference in New Issue
Block a user