We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992acca commit e171053Copy full SHA for e171053
docs/readme.md
@@ -0,0 +1,15 @@
1
+# Generate Code Documentation
2
+### Steps
3
+
4
+* Checkout **master** branch.
5
+* Open project in **Android Studio**.
6
+* Go to **Tools -> Generate JavaDoc**
7
+* Make sure **Generate JavaDoc scope -> Custom Scope** is checked.
8
+* Click on three dotted icon to make custom scope.
9
+* Give name **Custom_Docs**.
10
+* Copy and paste following regex: **`!test:*..*&&!lib:*..*&&!src[test-app]:*..*`** into **Pattern** and click **OK**.
11
+* Uncheck **Include test sources**.
12
+* Select **Output Directory**.
13
+* Click **OK**.
14
+* This will generate HTML documentation in given **Output Directory**.
15
+* Browse **Output Directory/index.html** in browser.
0 commit comments