blob: c772e395aab8d288efbef232f0b2a85db4d60baa (
plain)
1
2
3
4
5
6
7
8
|
# This directory collects some classes related to
# project management for the sole purpose that they
# can be shared between parts.
SUBDIRS = parsers widgets base
DOXYGEN_EMPTY = YES
include ../../Doxyfile.am
|