Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
395189dd
Commit
395189dd
authored
May 25, 2022
by
Antoine Kaufmann
Browse files
doc: Ignore json library in Doxygen
parent
9e32c099
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
doc/Doxyfile
doc/Doxyfile
+2
-1
No files found.
doc/Doxyfile
View file @
395189dd
...
@@ -875,7 +875,8 @@ RECURSIVE = YES
...
@@ -875,7 +875,8 @@ RECURSIVE = YES
EXCLUDE = stdlib.h stdio.h stdbool.h stdio.h errno.h unistd.h \
EXCLUDE = stdlib.h stdio.h stdbool.h stdio.h errno.h unistd.h \
pthread.h poll.hsys/types.h \
pthread.h poll.hsys/types.h \
sys/un.h sys/socket.h sys/epoll.h sys/eventfd.h
sys/un.h sys/socket.h sys/epoll.h sys/eventfd.h \
lib/utils/json.hpp
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment