diff options
author | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-12-16 21:41:19 +0300 |
---|---|---|
committer | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-12-16 21:41:19 +0300 |
commit | 9535260e7b9f1483fbbfcf0abf4c171311fd92b7 (patch) | |
tree | 65214ce6c25e27da5020364312e5dacc8f3dbfab /.idea | |
parent | c9ca0d86e810ac7240b249b145810f6862a58e93 (diff) | |
download | dokka-9535260e7b9f1483fbbfcf0abf4c171311fd92b7.tar.gz dokka-9535260e7b9f1483fbbfcf0abf4c171311fd92b7.tar.bz2 dokka-9535260e7b9f1483fbbfcf0abf4c171311fd92b7.zip |
Update library to support dot-names for sections
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/libraries/markdown.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.idea/libraries/markdown.xml b/.idea/libraries/markdown.xml new file mode 100644 index 00000000..822b5e65 --- /dev/null +++ b/.idea/libraries/markdown.xml @@ -0,0 +1,9 @@ +<component name="libraryTable"> + <library name="markdown"> + <CLASSES> + <root url="jar://$PROJECT_DIR$/lib/markdown.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> +</component>
\ No newline at end of file |