@param with_global whether or not to load global annotations
(boolean with_global)
| 449 | |
| 450 | /** @param with_global whether or not to load global annotations */ |
| 451 | public void setGlobalAnnotations(boolean with_global) { |
| 452 | with_global_annotations = with_global; |
| 453 | } |
| 454 | |
| 455 | /** @param show_tsuids whether or not to show TSUIDs in output */ |
| 456 | public void setShowTSUIDs(boolean show_tsuids) { |
no outgoing calls