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.
vectorfields
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/*
EXCLUDE_PATTERNS = */Test/* \
*/Implementation/* \
*Visibility.h
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names

Loading…
Cancel
Save