lazarus/components/lazcontrols/docs/lazcontrols-project.xml
dsiders add007db63 Docs: LazControls. Adds laznumedit.xml for changes in 72aac2eb. Updates project file.
* Needs content in most of the new topics.

(cherry picked from commit 1e5c172674)
2024-10-21 20:58:15 +01:00

76 lines
3.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<docproject>
<options>
<option name="ostarget" value="Win64"/>
<option name="cputarget" value="x86_64"/>
<option name="hide-protected" value="false"/>
<option name="show-private" value="false"/>
<option name="warn-no-node" value="false"/>
<option name="stop-on-parser-error" value="false"/>
<option name="parse-impl" value="false"/>
<option name="dont-trim" value="true"/>
<option name="emit-notes" value="false"/>
<option name="css-file" value="lazcontrols.css"/>
<option name="auto-index" value="true"/>
<option name="auto-toc" value="true"/>
<option name="chm-title" value="(LazControls) Lazarus Controls Package"/>
<!--
<option name="footer" value="lazcontrols-footer.xml"/>
<option name="format" value="chm | html"/>
-->
</options>
<packages>
<package name="lazcontrols" output="lazcontrols" content="lazcontrols.xct">
<units>
<unit file="../checkboxthemed.pas"/>
<unit file="../dividerbevel.pas"/>
<unit file="../extendednotebook.pas"/>
<unit file="../listfilteredit.pas"/>
<unit file="../listviewfilteredit.pas"/>
<unit file="../lvlgraphctrl.pas"/>
<unit file="../shortpathedit.pas"/>
<unit file="../spinex.pp"/>
<unit file="../treefilteredit.pas"/>
<unit file="../laznumedit.pas"/>
<!--
omit to avoid fcl-passrc errors
<unit file="../extendedtabcontrols.pas"/>
-->
</units>
<descriptions>
<description file="checkboxthemed.xml"/>
<description file="dividerbevel.xml"/>
<description file="extendednotebook.xml"/>
<description file="listfilteredit.xml"/>
<description file="listviewfilteredit.xml"/>
<description file="lvlgraphctrl.xml"/>
<description file="shortpathedit.xml"/>
<description file="spinex.xml"/>
<description file="treefilteredit.xml"/>
<description file="laznumedit.xml"/>
<!--
omit to avoid fcl-passrc errors
<description file="extendedtabcontrols.xml"/>
-->
</descriptions>
<imports>
<!-- Import prefixes differ between output formats. Pass them as command line arguiments. -->
<!-- for CHM
<import file="../../../docs/chm/rtl.xct" prefix="ms-its:rtl.chm::/"/>
<import file="../../../docs/chm/fcl.xct" prefix="ms-its:fcl.chm::/"/>
<import file="../../../docs/chm/lcl.xct" prefix="ms-its:lcl.chm::/"/>
<import file="../../../docs/chm/lazutils.xct" prefix="ms-its:lazutils.chm::/"/>
-->
<!-- for HTML
<import file="../../../docs/chm/rtl.xct" prefix="../rtl/"/>
<import file="../../../docs/chm/fcl.xct" prefix="../fcl/"/>
<import file="../../../docs/chm/lcl.xct" prefix="../lcl/"/>
<import file="../../../docs/chm/lazutils.xct" prefix="../lazutils/"/>
-->
</imports>
</package>
</packages>
</docproject>