Skip to content
Snippets Groups Projects
Commit 6f273b1f authored by Nadav Har'El's avatar Nadav Har'El Committed by Pekka Enberg
Browse files

Doxygen: exclude drivers/libtsm


drivers/libtsm includes a bunch of Doxygen comments, and worst of all, a
"@mainpage" tag controlling Doxygen's main page. Since libtsm isn't really
part of the API we intend to advertise, let's exclude this directory from
being scanned by doxygen.

Signed-off-by: default avatarNadav Har'El <nyh@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent 00a2284f
No related branches found
No related tags found
No related merge requests found
......@@ -607,7 +607,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
EXCLUDE =
EXCLUDE = drivers/libtsm
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment