Skip to content

Commit 52a1105

Browse files
committed
Added dedicated Doxyfile for Travis CI
1 parent ab8a09c commit 52a1105

File tree

3 files changed

+2449
-5
lines changed

3 files changed

+2449
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
- PRETTYNAME="Queue: Queue handling library (designed on Arduino)"
1212
- GH_REPO_NAME: Queue
1313
- GH_REPO_REF: github.com/SMFSW/Queue.git
14-
- DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
14+
- DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile.auto
1515

1616
before_install:
1717
- source <(curl -SLs https://raw.githubusercontent.com/SMFSW/travis-ci-arduino/master/install.sh)

Doxyfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ PROJECT_LOGO =
5858
# entered, it will be relative to the location where doxygen was started. If
5959
# left blank the current directory will be used.
6060

61-
OUTPUT_DIRECTORY =
61+
OUTPUT_DIRECTORY = workdir/
6262

6363
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
6464
# directories (in 2 levels) under the output directory of each output format and
@@ -714,7 +714,7 @@ CITE_BIB_FILES =
714714
# messages are off.
715715
# The default value is: NO.
716716

717-
QUIET = YES
717+
QUIET = NO
718718

719719
# The WARNINGS tag can be used to turn on/off the warning messages that are
720720
# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
@@ -768,7 +768,7 @@ WARN_FORMAT = "$file:$line: $text"
768768
# messages should be written. If left blank the output is written to standard
769769
# error (stderr).
770770

771-
WARN_LOGFILE =
771+
WARN_LOGFILE = doxy.log
772772

773773
#---------------------------------------------------------------------------
774774
# Configuration options related to the input files
@@ -1727,7 +1727,7 @@ LATEX_EXTRA_FILES =
17271727
# The default value is: YES.
17281728
# This tag requires that the tag GENERATE_LATEX is set to YES.
17291729

1730-
PDF_HYPERLINKS = NO
1730+
PDF_HYPERLINKS = YES
17311731

17321732
# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
17331733
# the PDF file directly from the LaTeX files. Set this option to YES, to get a

0 commit comments

Comments
 (0)