Skip to content

Commit

Permalink
api v0.10.0 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
scaryghost committed Aug 24, 2017
1 parent 066606a commit d81a6d3
Show file tree
Hide file tree
Showing 29 changed files with 2,507 additions and 713 deletions.
4 changes: 2 additions & 2 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "MetaWear C++ API"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.9.0
PROJECT_NUMBER = 0.10.0

# 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 Expand Up @@ -1954,7 +1954,7 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

PREDEFINED = METAWEAR_DLL DMETAWEAR_DLL_EXPORTS
PREDEFINED = METAWEAR_DLL METAWEAR_DLL_EXPORTS

# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ dist/
└── lib
└── x64
├── libmetawear.so -> libmetawear.so.0
├── libmetawear.so.0 -> libmetawear.so.0.9.0
└── libmetawear.so.0.9.0
├── libmetawear.so.0 -> libmetawear.so.0.10.0
└── libmetawear.so.0.10.0

```

Expand Down Expand Up @@ -91,10 +91,10 @@ python3 -m unittest discover -s test
................................................................................
................................................................................
................................................................................
........................................s.......................................
.........................................
...................................................s............................
..........................................................
----------------------------------------------------------------------
Ran 361 tests in 17.582s
Ran 378 tests in 17.750s

OK (skipped=1)
```
Expand Down
Loading

0 comments on commit d81a6d3

Please sign in to comment.