Skip to content

Commit

Permalink
update docs and changelog, make travis install clang for doxygen
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Arnold <[email protected]>
  • Loading branch information
sarnold committed Oct 4, 2020
1 parent d1960fb commit 4a217a5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- g++-9
- clang
- doxygen
- graphviz
compiler: gcc
Expand All @@ -26,6 +27,7 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- g++-10
- clang
- doxygen
- graphviz
compiler: gcc
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [3.1.6](https://github.com/sarnold/cccc/tree/3.1.6) (2020-10-03)
[Full Changelog](https://github.com/sarnold/cccc/compare/3.1.5...3.1.6)

**Fixed bugs:**

- Updated expected test ref output for PR #17. [Stephen Arnold]
- Swapped counting of fan-in and fan-out fixes [\#17](https://github.com/sarnold/cccc/pull/17)
- Initialized the number of functions per module with the wmc1 metric
instead of zero. Added the test ouput files to the ignore list.
[\#14](https://github.com/sarnold/cccc/pull/14)

## [3.1.5](https://github.com/sarnold/cccc/tree/3.1.5) (2016-02-10)
[Full Changelog](https://github.com/sarnold/cccc/compare/V3_1_4...3.1.5)

Expand Down
2 changes: 1 addition & 1 deletion Doxyfile.html_cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "CCCC - C and C++ Code Counter"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 3.1.5
PROJECT_NUMBER = 3.1.6

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
README for CCCC version 3.1.5
README for CCCC version 3.1.6
=============================

[![CCCC License](https://img.shields.io/badge/license-GPL2-green.svg?dummy)](https://github.com/sarnold/cccc/blob/master/cccc/COPYING)
Expand Down

0 comments on commit 4a217a5

Please sign in to comment.