am cd7c775e: fix the build still
Merge commit 'cd7c775ece6854765ae3208818e76d9d11724713' into gingerbread-plus-aosp * commit 'cd7c775ece6854765ae3208818e76d9d11724713': fix the build still
This commit is contained in:
commit
42ee0a2a48
|
@ -434,6 +434,9 @@ public class DroidDoc
|
|||
if (option.equals("-nodocs")) {
|
||||
return 1;
|
||||
}
|
||||
if (option.equals("-parsecomments")) {
|
||||
return 1;
|
||||
}
|
||||
if (option.equals("-since")) {
|
||||
return 3;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue