Skip to content

Commit

Permalink
Doxygen ignore _rc.py files
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrrees authored and wwmayer committed Mar 21, 2015
1 parent 089174c commit 2de5c0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Doc/BuildDevDoc.cfg.in
Expand Up @@ -638,7 +638,8 @@ EXCLUDE_PATTERNS =*.moc.* \
*/swigpyrun*.* \
*/lex.*.c \
*/.svn/* \
*/CMakeFiles/*
*/CMakeFiles/* \
*_rc.py

# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
Expand Down
3 changes: 2 additions & 1 deletion src/Doc/BuildDocDoxy.cfg.in
Expand Up @@ -615,7 +615,8 @@ EXCLUDE_SYMLINKS = NO

EXCLUDE_PATTERNS = *.moc.* \
moc_* \
*.ui.h
*.ui.h \
*_rc.py

# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
Expand Down
4 changes: 3 additions & 1 deletion src/Doc/CMakeLists.txt
Expand Up @@ -104,6 +104,8 @@ if(DOXYGEN_FOUND)
)

endif( FREECAD_MAINTAINERS_BUILD )

else( DOXYGEN_FOUND )
ADD_CUSTOM_TARGET(DevDoc
echo "Doxygen not found. Install it and rerun CMake")
endif( DOXYGEN_FOUND )

0 comments on commit 2de5c0f

Please sign in to comment.