mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 21:40:25 +02:00
TAChart: Add fpdoc generation helpers
git-svn-id: trunk@30146 -
This commit is contained in:
parent
8a6c858e38
commit
35a3f8195f
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -2420,6 +2420,8 @@ components/tachart/demo/tools/main.lfm svneol=native#text/plain
|
||||
components/tachart/demo/tools/main.pas svneol=native#text/pascal
|
||||
components/tachart/demo/tools/toolsdemo.lpi svneol=native#text/plain
|
||||
components/tachart/demo/tools/toolsdemo.lpr svneol=native#text/pascal
|
||||
components/tachart/fpdoc/descr.lst svneol=native#text/plain
|
||||
components/tachart/fpdoc/input.lst svneol=native#text/plain
|
||||
components/tachart/fpdoc/tachartaxis.xml svneol=native#text/plain
|
||||
components/tachart/fpdoc/tachartutils.xml svneol=native#text/plain
|
||||
components/tachart/fpdoc/tacustomseries.xml svneol=native#text/plain
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -180,6 +180,7 @@ components/tachart/demo/save/*.lps
|
||||
components/tachart/demo/save/lib
|
||||
components/tachart/demo/tools/*.lps
|
||||
components/tachart/demo/tools/lib
|
||||
components/tachart/fpdoc/html/*
|
||||
components/tachart/lib
|
||||
components/tachart/test/*.lps
|
||||
components/tachart/test/lib
|
||||
|
9
components/tachart/fpdoc/descr.lst
Normal file
9
components/tachart/fpdoc/descr.lst
Normal file
@ -0,0 +1,9 @@
|
||||
tachartutils.xml
|
||||
tacustomseries.xml
|
||||
tadbsource.xml
|
||||
tagraph.xml
|
||||
talegend.xml
|
||||
taseries.xml
|
||||
tasources.xml
|
||||
tatypes.xml
|
||||
tachartaxis.xml
|
9
components/tachart/fpdoc/input.lst
Normal file
9
components/tachart/fpdoc/input.lst
Normal file
@ -0,0 +1,9 @@
|
||||
..\tachartutils.pas
|
||||
..\tacustomseries.pas
|
||||
..\tadbsource.pas
|
||||
..\tagraph.pas
|
||||
..\talegend.pas
|
||||
..\taseries.pas
|
||||
..\tasources.pas
|
||||
-dfpdoc ..\tatypes.pas
|
||||
-dfpdoc ..\tachartaxis.pas
|
Loading…
Reference in New Issue
Block a user