changed repo and removed unneccessary exclude

This commit is contained in:
The-EDev 2020-10-18 11:21:22 +03:00
parent 661a03c3da
commit 6c751e9f52
2 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,7 @@ env:
- GH_REPO_NAME: crow - GH_REPO_NAME: crow
- DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile - DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile
- GH_REPO_REF: github.com/mrozigor/crow.git - GH_REPO_REF: github.com/mrozigor/crow.git
- THEME_REPO_REF: github.com/The-EDev/darxygen.git - THEME_REPO_REF: github.com/mrozigor/darxygen.git
addons: addons:
apt: apt:

View File

@ -880,8 +880,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is # Note that relative paths are relative to the directory from which doxygen is
# run. # run.
EXCLUDE = ./include/rapidjson/msinttypes/ \ EXCLUDE = include/crow/http_parser_merged.h \
include/crow/http_parser_merged.h \
include/crow/TinySHA1.hpp include/crow/TinySHA1.hpp
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or