mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 04:18:48 +02:00
added output dirs for fpdoc html output
git-svn-id: trunk@6324 -
This commit is contained in:
parent
1e8413588c
commit
11934bb4b9
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -373,6 +373,7 @@ docs/LCLMessages.txt svneol=native#text/plain
|
||||
docs/LazarusIDEInternals.pdf -text svneol=unset#application/pdf
|
||||
docs/Packages.txt svneol=native#text/plain
|
||||
docs/RemoteDebugging.txt svneol=native#text/plain
|
||||
docs/html/lcl/interfaces/gtk/README.txt svneol=native#text/plain
|
||||
docs/html/update_gtkintf_html.sh -text svneol=native#application/x-sh
|
||||
docs/html/update_html.sh -text svneol=native#application/x-sh
|
||||
docs/html/update_lcl_html.sh -text svneol=native#application/x-sh
|
||||
|
1
docs/html/lcl/interfaces/gtk/README.txt
Normal file
1
docs/html/lcl/interfaces/gtk/README.txt
Normal file
@ -0,0 +1 @@
|
||||
Output directory for the fpdoc HTML pages of the gtk interface
|
@ -35,7 +35,7 @@ for unit in $UnitList; do
|
||||
done
|
||||
|
||||
$FPDoc $DescrFiles --input=@$InputFileList --content=lcl.cnt --package=lcl \
|
||||
--format=html
|
||||
--format=html -o lcl
|
||||
|
||||
# end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user