Skip to content

Commit

Permalink
Clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed Feb 19, 2016
1 parent 235d500 commit 7c69b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cppclean finds the following:
- Unnecessary #includes in header files
- No direct reference to anything in the header
- Header is unnecessary if classes were forward declared instead
- Inconsistent case in #includes
- Inconsistent case in #includes (``foo.h`` versus ``Foo.h``)
- (planned) Unnecessary #includes in source files
- (planned) Source files that reference headers not directly #included,
ie, files that rely on a transitive #include from another header
Expand Down

0 comments on commit 7c69b7f

Please sign in to comment.