Skip to content

Commit 10719a6

Browse files
committed
docs: add README to Doxyfile
1 parent 379890c commit 10719a6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,7 @@ jobs:
4444
run: make -C test tests
4545
- name: Upload coverage reports to Codecov
4646
uses: codecov/codecov-action@v3
47+
with:
48+
verbose: true
4749
env:
4850
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ WARN_LOGFILE =
906906
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
907907
# Note: If this tag is empty the current directory is searched.
908908

909-
INPUT = src/
909+
INPUT = README.md src/
910910

911911
# This tag can be used to specify the character encoding of the source files
912912
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Minimalistic implementation of Active Object pattern + FSM for embedded systems.
2525

2626
Preprocessor templates allow strict typings and debugger suggestions, all types and enums have human-readable names, e.g. from [Request demo](./examples/request-fsm/README.md):
2727

28-
![types](./docs/active-object-typings.png)
28+
![types](https://raw.githubusercontent.com/polesskiy-dev/active-object-fsm/main/docs/active-object-typings.png)
2929

3030
TODO: make naming conventions e.g.:
3131

0 commit comments

Comments
 (0)