Skip to content

Commit

Permalink
Attempting a work around for full doxygen pages
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-bray committed Sep 18, 2017
1 parent fe0c18b commit d576886
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/manuals/doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = ../../vital/types
INPUT = ../../vital/ ../../arrows ../../sprokit

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down Expand Up @@ -873,7 +873,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.

EXCLUDE =
EXCLUDE = ../../vital/internal

# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
Expand Down Expand Up @@ -1122,7 +1122,7 @@ IGNORE_PREFIX =
# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
# The default value is: YES.

GENERATE_HTML = NO
GENERATE_HTML = YES

# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
Expand Down Expand Up @@ -2059,7 +2059,7 @@ ENABLE_PREPROCESSING = YES
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

MACRO_EXPANSION = NO
MACRO_EXPANSION = YES

# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
# the macro expansion is limited to the macros specified with the PREDEFINED and
Expand Down
4 changes: 4 additions & 0 deletions doc/manuals/doxygen.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Doxygen Index
=============
`Doxygen <../doxygen_html/index.html>`_

1 change: 1 addition & 0 deletions doc/manuals/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Contents:
sprokit/sprokit_architecture
using_kwiver
extending_kwiver
doxygen

Indices and tables
==================
Expand Down

0 comments on commit d576886

Please sign in to comment.