You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those screenshots were generated by this javadoc, notice that all the source comes from [this gist](https://gist.github.com/codenameone/b0fa5280bde905a8f0cd):
20
21
21
-
The JavaDoc source embed tool allows you to use gist embeds directly in your javadoc without any change! When you
22
-
generate JavaDoc it queries github for the gist contents and embeds it as a `<noscript>`
22
+
```java
23
+
/**
24
+
* <p>The LocationManager is the main entry to retrieveLocation or to bind a LocationListener, important: in
25
+
* order to use location on iOS you will need to define the build argument ios.locationUsageDescription.
26
+
* This build argument should be used to describe to Apple & the users why you need to use the location
javadoc -protected-d dist/javadoc -windowtitle "Codename One API" build/tempJavaSources
36
49
```
37
50
51
+
IMPORTANT: notice that we use a temporary directory to generate the source and don't generate to the original directory. The reason for that is simple. If you change the gist or add additional gists in the future youd want them to be updated.
0 commit comments