Skip to content

Commit 5149cd5

Browse files
committed
plugins/generator_docs: re-enable pebblekit ios docs generation
We actually do have those - they were hiding away in obscure repos. Yay! Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent 8cf1fd6 commit 5149cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/generator_docs.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ def generate_docs
8181
generate_docs_c_preview unless @site.data['docs']['c_preview'].nil?
8282
generate_docs_rocky_js
8383
generate_docs_pebblekit_js
84-
# TODO: probably remove these, we don't have the source for these docs :(
84+
# TDOD: rewrite to parse javadocs generated by newer JDKs
8585
# generate_docs_pebblekit_android
86-
# generate_docs_pebblekit_ios
86+
generate_docs_pebblekit_ios
8787
end
8888

8989
def render_pages

0 commit comments

Comments
 (0)