mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
17 lines
664 B
XML
17 lines
664 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE ihp
|
|
SYSTEM "https://helpserver.labs.jb.gg/help/schemas/mvp/ihp.dtd">
|
|
<ihp version="2.0">
|
|
<settings>
|
|
<id-generator-method>LOWER_CASE_DASHES_DOT_REMOVE</id-generator-method>
|
|
<default-property element-name="toc-element" property-name="show-structure-depth" value="2"/>
|
|
</settings>
|
|
<module name="intellij-sdk"/>
|
|
<topics src="topics"/>
|
|
<topics src="reference_guide"/>
|
|
<images dir="images" web-path="/img/idea-sdk/"/>
|
|
<vars src="v.list" />
|
|
<snippets src="code_samples"/>
|
|
<instance src="ijs.tree" keymaps-mode="none" id="intellij" web-path="/intellij/"/>
|
|
</ihp>
|