Skip to content

Commit 937dc9e

Browse files
authored
Merge pull request #52 from saxbophone/josh/48-constexpr-vector-replacement
constexpr vector replacement
2 parents 355c894 + e9a22f0 commit 937dc9e

File tree

4 files changed

+377
-80
lines changed

4 files changed

+377
-80
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ EXCLUDE_PATTERNS =
838838
# Note that the wildcards are matched against the file with absolute path, so to
839839
# exclude all test directories use the pattern */test/*
840840

841-
EXCLUDE_SYMBOLS = std::numeric_limits
841+
EXCLUDE_SYMBOLS = std::numeric_limits com::saxbophone::codlili
842842

843843
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
844844
# that contain example code fragments that are included (see the \include

0 commit comments

Comments
 (0)