mirror of
https://github.com/SMFSW/cI2C
synced 2024-11-21 17:34:21 +01:00
Upadated Doxyfile and .travis.yml for documentation generation
This commit is contained in:
parent
669f2c787b
commit
4ce72eeb34
@ -10,8 +10,8 @@ env:
|
||||
global:
|
||||
- PRETTYNAME="cI2C: Arduino Hardware I2C for AVR (in plain c)"
|
||||
- GH_REPO_NAME: cI2C
|
||||
# - GH_REPO_REF: github.com/SMFSW/cI2C.git
|
||||
# - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
|
||||
- GH_REPO_REF: github.com/SMFSW/cI2C.git
|
||||
- DOXYFILE: github.com/SMFSW/Doxyfile
|
||||
|
||||
before_install:
|
||||
- source <(curl -SLs https://raw.githubusercontent.com/SMFSW/travis-ci-arduino/master/install.sh)
|
||||
|
2
Doxyfile
2
Doxyfile
@ -58,7 +58,7 @@ PROJECT_LOGO =
|
||||
# entered, it will be relative to the location where doxygen was started. If
|
||||
# left blank the current directory will be used.
|
||||
|
||||
OUTPUT_DIRECTORY = workdir/
|
||||
OUTPUT_DIRECTORY =
|
||||
|
||||
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
|
||||
# directories (in 2 levels) under the output directory of each output format and
|
||||
|
Loading…
Reference in New Issue
Block a user