Browse Source

Don't parse Implementation/ directories with Doxygen.

These are even more "private" versions of Implementation namespace in
public headers, so we don't need to generate public documentation for
them.
pull/279/head
Vladimír Vondruš 14 years ago
parent
commit
a0f79fcf78
  1. 1
      Doxyfile

1
Doxyfile

@ -731,6 +731,7 @@ EXCLUDE_SYMLINKS = NO
# for example use the pattern */test/* # for example use the pattern */test/*
EXCLUDE_PATTERNS = */Test/* \ EXCLUDE_PATTERNS = */Test/* \
*/Implementation/* \
*Visibility.h *Visibility.h
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names

Loading…
Cancel
Save