Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitss authored Apr 1, 2017
1 parent 526b509 commit 516dba8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ Demos which will be added soon
Sample for commenting functions/activities in this project


# /**
# * <b>functionName</b>
# * <p>This function is used to ....</p>
# * <p1>Created By - userName</p1>
# */
/**
* <b>functionName</b>
* <p>This function is used to ....</p>
* <p1>Created By - userName</p1>
*/
Ex.-
# /**
# * <b>private void showSplashScreen()</b>
# * <p>This function is used to show splash screen</p>
# * <p1>Created By - Rohitss</p1>
# */
/**
* <b>private void showSplashScreen()</b>
* <p>This function is used to show splash screen</p>
* <p1>Created By - Rohitss</p1>
*/

0 comments on commit 516dba8

Please sign in to comment.