Skip to content

Commit

Permalink
References ok
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed May 8, 2016
1 parent f3b9d2e commit 4447cd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions converters/vol2obj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ using namespace Z3i;
@brief Convert any volumetric file to an OBJ one. Each grid point with value between
[@a thresholdMin,@a thresholdMax] is exported as a unit cube.
Testing crossref: DGtal::Z3i::Point, DGtal::SpaceND, DGtal::ImageContainerBySTLVector
@b Usage: vol2obj [input-file]
Expand Down
14 changes: 7 additions & 7 deletions doc/doxy.config.in
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ STRIP_FROM_PATH =
# definition is used. Otherwise one should specify the include paths that
# are normally passed to the compiler using the -I flag.

STRIP_FROM_INC_PATH = @top_srcdir@/src/DGtal/
STRIP_FROM_INC_PATH = @top_srcdir@/

# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
# (but less readable) file names. This can be useful if your file system
Expand Down Expand Up @@ -407,21 +407,21 @@ EXTRACT_ANON_NSPACES = NO
# various overviews, but no documentation section is generated.
# This option has no effect if EXTRACT_ALL is enabled.

HIDE_UNDOC_MEMBERS = NO
HIDE_UNDOC_MEMBERS = YES

# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
# undocumented classes that are normally visible in the class hierarchy.
# If set to NO (the default) these classes will be included in the various
# overviews. This option has no effect if EXTRACT_ALL is enabled.

HIDE_UNDOC_CLASSES = NO
HIDE_UNDOC_CLASSES = YES

# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
# friend (class|struct|union) declarations.
# If set to NO (the default) these declarations will be included in the
# documentation.

HIDE_FRIEND_COMPOUNDS = NO
HIDE_FRIEND_COMPOUNDS = YES

# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
# documentation blocks found inside the body of a function.
Expand Down Expand Up @@ -527,7 +527,7 @@ GENERATE_TODOLIST = YES
# disable (NO) the test list. This list is created by putting \test
# commands in the documentation.

GENERATE_TESTLIST = YES
GENERATE_TESTLIST = NO

# The GENERATE_BUGLIST tag can be used to enable (YES) or
# disable (NO) the bug list. This list is created by putting \bug
Expand Down Expand Up @@ -1590,8 +1590,8 @@ SKIP_FUNCTION_MACROS = YES
# NOT include the path). If a tag file is not located in the directory in which
# doxygen is run, you must also specify the path to the tagfile here.

TAGFILES = DGtal-tagfile="http://dgtal.org/doc/nightly/tags/" \
Board-tagfile="http://dgtal.org/doc/nightly/tags/"
TAGFILES = DGtal-tagfile="http://dgtal.org/doc/nightly/" \
Board-tagfile="http://dgtal.org/doc/nightly/"

# When a file name is specified after GENERATE_TAGFILE, doxygen will create
# a tag file that is based on the input files it reads.
Expand Down

0 comments on commit 4447cd9

Please sign in to comment.