Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
920f9bdb
Commit
920f9bdb
authored
Apr 16, 2023
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump CAF version in Doxyfile
parent
01b171f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
Doxyfile
Doxyfile
+5
-3
No files found.
Doxyfile
View file @
920f9bdb
...
...
@@ -38,7 +38,7 @@ PROJECT_NAME = "C++ Actor Framework"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 0.1
8
PROJECT_NUMBER = 0.1
9
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
...
...
@@ -814,7 +814,8 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched.
INPUT = "libcaf_core/caf" \
"libcaf_io/caf"
"libcaf_io/caf" \
"libcaf_net/caf"
# 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
...
...
@@ -2103,7 +2104,8 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = CAF_DOCUMENTATION, \
CAF_CORE_EXPORT=, \
CAF_IO_EXPORT=
CAF_IO_EXPORT= \
CAF_NET_EXPORT=,
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
...
...
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