diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-13 18:22:05 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-13 18:22:05 +0000 |
commit | 7eaf3d18d268574a5805c362cf853f0fb1f1df23 (patch) | |
tree | 98a66bdfe701ad6dee5c58fc8259343c7c93cbb5 /LUFA/StudioIntegration/lufa.xml | |
parent | 397d77cb44fe3c8cbdc9113f02d9a6a2b8c836fd (diff) | |
download | lufa-7eaf3d18d268574a5805c362cf853f0fb1f1df23.tar.gz lufa-7eaf3d18d268574a5805c362cf853f0fb1f1df23.tar.bz2 lufa-7eaf3d18d268574a5805c362cf853f0fb1f1df23.zip |
Offline help is currently ignored in AS6 extensions - reduce extension size by omitting it from the generated extension VSIX.
Diffstat (limited to 'LUFA/StudioIntegration/lufa.xml')
-rw-r--r-- | LUFA/StudioIntegration/lufa.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/LUFA/StudioIntegration/lufa.xml b/LUFA/StudioIntegration/lufa.xml index 6cf1fbb0b..e504164b1 100644 --- a/LUFA/StudioIntegration/lufa.xml +++ b/LUFA/StudioIntegration/lufa.xml @@ -22,11 +22,6 @@ <module-help-page scheme="append" baseurl="http://www.lufa-lib.org/documentation/"/>
<module-guide-page scheme="append" baseurl="http://www.lufa-lib.org/documentation/"/>
</online-help>
- <offline-help>
- <index-page caption="LUFA Documentation" path="Documentation/html/"/>
- <module-help-page scheme="append" basepath="Documentation/html/"/>
- <module-guide-page scheme="append" basepath="Documentation/html/"/>
- </offline-help>
<dependencies/>
</extension>
</fdk>
|