Skip to content

Commit

Permalink
ClangSimilarityBear: Add missing conditions to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed Jun 4, 2015
1 parent 0016257 commit 947b530
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bears/codeclone_detection/ClangSimilarityBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@ def run(self,
:param condition_list: A comma seperated list of counting
conditions. Possible values are: used,
returned, is_condition, in_condition,
is_assignee, is_assigner, loop_content.
in_second_level_condition,
in_third_level_condition, is_assignee,
is_assigner, loop_content,
second_level_loop_content,
third_level_loop_content, is_param,
in_sum, in_product, in_binary_operation,
member_accessed.
Weightings can be assigned to each
condition due to providing a dict
value, i.e. having used weighted in
Expand Down

1 comment on commit 947b530

@Makman2
Copy link
Member

@Makman2 Makman2 commented on 947b530 Jun 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack, assuming these are all :D

Please sign in to comment.