File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -829,7 +829,7 @@ WARN_LOGFILE =
829
829
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
830
830
# Note: If this tag is empty the current directory is searched.
831
831
832
- INPUT = include src
832
+ INPUT = include src docs ../common/include ../common/src
833
833
834
834
# This tag can be used to specify the character encoding of the source files
835
835
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -1026,7 +1026,7 @@ FILTER_SOURCE_PATTERNS =
1026
1026
# (index.html). This can be useful if you have a project on for instance GitHub
1027
1027
# and want to reuse the introduction page also for the doxygen output.
1028
1028
1029
- USE_MDFILE_AS_MAINPAGE = docs/mainpage .md
1029
+ USE_MDFILE_AS_MAINPAGE = ./ docs/doc .md
1030
1030
1031
1031
#---------------------------------------------------------------------------
1032
1032
# Configuration options related to source browsing
Original file line number Diff line number Diff line change 1
1
# SDK Layout and Overview
2
+
3
+ ## Basic Functionality
4
+
5
+ The following pages document the core of the API, every application will use these portions of the SDK:
6
+
7
+ - [ Client] (@ref launchdarkly::client_side::Client)
8
+ - [ Config Builder] (@ref launchdarkly::config::detail::builders::ConfigBuilder)
9
+ - [ Context Builder] (@ref launchdarkly::ContextBuilder)
You can’t perform that action at this time.
0 commit comments