Skip to content

Commit

Permalink
fix issue in doxyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rlizzo committed May 24, 2018
1 parent 9ce7607 commit 14b31b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion vtkVmtk/DifferentialGeometry/vtkvmtkItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
// .NAME vtkvmtkItem - ..
// .NAME vtkvmtkItem - Base class for all neighborhood realated classes in vtkvmtk
// .SECTION Description
// ..

Expand Down
5 changes: 2 additions & 3 deletions vtkVmtk/Utilities/Doxygen/doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ INCLUDED_BY_GRAPH = YES
CLASS_DIAGRAMS = YES
GENERATE_LEGEND = YES
GRAPHICAL_HIERARCHY = YES
MAX_DOT_GRAPH_DEPTH = 3
MAX_DOT_GRAPH_DEPTH = 5

ALLEXTERNALS = NO

Expand Down Expand Up @@ -62,15 +62,14 @@ JAVADOC_AUTOBRIEF = YES
SORT_MEMBER_DOCS = NO
DISTRIBUTE_GROUP_DOC = YES
TAB_SIZE = 3
# PAPER_TYPE = letter
CLANG_ASSISTED_PARSING = YES

FILE_PATTERNS = *.h *.md
RECURSIVE = YES

ALPHABETICAL_INDEX = YES
COLS_IN_ALPHA_INDEX = 3
IGNORE_PREFIX = vtk
IGNORE_PREFIX = vtkvmtk

ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = YES
Expand Down

0 comments on commit 14b31b4

Please sign in to comment.