Commit 2137d611 authored by tavit ohanian's avatar tavit ohanian

re-exclude html, use env variable folder for doc paths

parent 80142d5d
*.[oa]
*.so
*.d
*.html
*.png
*.cgi
*~
......
......@@ -38,7 +38,7 @@ PROJECT_NUMBER = v0.0.1
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
OUTPUT_DIRECTORY = /home/tavit/Work/vank/doc
OUTPUT_DIRECTORY = $(VANKHOME)/doc
# 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
......@@ -568,10 +568,10 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = /home/tavit/Work/vank \
/home/tavit/Work/vank/INSTALL \
/home/tavit/Work/vank/include/vank/greedy_vector \
/home/tavit/Work/vank/include/vank/count_iterator
INPUT = $(VANKHOME) \
$(VANKHOME)/INSTALL \
$(VANKHOME)/include/vank/greedy_vector \
$(VANKHOME)/include/vank/count_iterator
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
......@@ -605,13 +605,13 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE = /home/tavit/Work/vank/validate \
/home/tavit/Work/vank/test \
/home/tavit/Work/vank/autom4te.cache \
/home/tavit/Work/vank/contrib \
/home/tavit/Work/vank/dist \
/home/tavit/Work/vank/site-search \
/home/tavit/Work/vank/lang
EXCLUDE = $(VANKHOME)/validate \
$(VANKHOME)/test \
$(VANKHOME)/autom4te.cache \
$(VANKHOME)/contrib \
$(VANKHOME)/dist \
$(VANKHOME)/site-search \
$(VANKHOME)/lang
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment