Update doxygen search path
This commit is contained in:
parent
792e841ecf
commit
226c96ae89
20
Doxyfile
20
Doxyfile
|
@ -781,17 +781,21 @@ WARN_LOGFILE =
|
||||||
# Note: If this tag is empty the current directory is searched.
|
# Note: If this tag is empty the current directory is searched.
|
||||||
|
|
||||||
INPUT = Documentation/development \
|
INPUT = Documentation/development \
|
||||||
kicad \
|
3d-viewer \
|
||||||
pcbnew \
|
bitmap2component \
|
||||||
|
bitmaps_png \
|
||||||
|
common \
|
||||||
cvpcb \
|
cvpcb \
|
||||||
eeschema \
|
eeschema \
|
||||||
3d-viewer \
|
|
||||||
common \
|
|
||||||
gerbview \
|
gerbview \
|
||||||
pagelayout_editor \
|
|
||||||
include \
|
include \
|
||||||
polygon \
|
kicad \
|
||||||
potrace
|
libs \
|
||||||
|
pagelayot_editor \
|
||||||
|
pcb_calculator \
|
||||||
|
pcbnew \
|
||||||
|
plugins \
|
||||||
|
qa
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# This tag can be used to specify the character encoding of the source files
|
||||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
|
@ -833,7 +837,7 @@ RECURSIVE = YES
|
||||||
# Note that relative paths are relative to the directory from which doxygen is
|
# Note that relative paths are relative to the directory from which doxygen is
|
||||||
# run.
|
# run.
|
||||||
|
|
||||||
EXCLUDE = polygon/clipper.cpp
|
EXCLUDE =
|
||||||
|
|
||||||
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
||||||
# directories that are symbolic links (a Unix file system feature) are excluded
|
# directories that are symbolic links (a Unix file system feature) are excluded
|
||||||
|
|
Loading…
Reference in New Issue