mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
changed repo and removed unneccessary exclude
This commit is contained in:
parent
661a03c3da
commit
6c751e9f52
@ -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:
|
||||||
|
3
Doxyfile
3
Doxyfile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user