Skip to content

Commit

Permalink
Fixed last commit a bit better this time...
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Nov 13, 2016
1 parent e794dd5 commit bc2d013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Doc/BuildWebDoc.cfg.in
Expand Up @@ -1549,7 +1549,7 @@ PERL_PATH = /usr/bin/perl
# fallback. It is recommended to install and use dot, since it yields more
# powerful graphs.

CLASS_DIAGRAMS = YES
CLASS_DIAGRAMS = NO

# You can define message sequence charts within doxygen comments using the \msc
# command. Doxygen will then run the mscgen tool (see
Expand All @@ -1571,7 +1571,7 @@ HIDE_UNDOC_RELATIONS = NO
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
# have no effect if this option is set to NO (the default)

HAVE_DOT = @HAVE_DOT@
HAVE_DOT = NO

# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
# allowed to run in parallel. When set to 0 (the default) doxygen will
Expand Down
1 change: 0 additions & 1 deletion src/Doc/CMakeLists.txt
Expand Up @@ -102,7 +102,6 @@ if(DOXYGEN_FOUND)
)
# lightweight version for the web
ADD_CUSTOM_TARGET(WebDoc
SET(HAVE_DOT NO)
${CMAKE_COMMAND} -D BUILD_GUI:BOOL=ON -D BUILD_FEM:BOOL=ON ${CMAKE_SOURCE_DIR}
COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR}/src/Doc/templates ${CMAKE_CURRENT_BINARY_DIR}/templates
COMMAND ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/BuildWebDoc.cfg
Expand Down

0 comments on commit bc2d013

Please sign in to comment.