Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mtxclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
mtxclient
Merge requests
!4
Docs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Docs
docs
into
master
Overview
0
Commits
3
Pipelines
4
Changes
73
Merged
Nicolas Werner
requested to merge
docs
into
master
4 years ago
Overview
0
Commits
3
Pipelines
4
Changes
73
Expand
0
0
Merge request reports
Compare
master
version 3
c9687575
4 years ago
version 2
bbd36a2a
4 years ago
version 1
f535908e
4 years ago
master (base)
and
latest version
latest version
a02680d9
3 commits,
4 years ago
version 3
c9687575
3 commits,
4 years ago
version 2
bbd36a2a
3 commits,
4 years ago
version 1
f535908e
2 commits,
4 years ago
73 files
+
3333
−
127
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
73
Search (e.g. *.vue) (Ctrl+P)
docs/dirs.dox
0 → 100644
+
29
−
0
Options
/// @dir include
/// @brief Include directory. Add this to your include path.
/// @dir include/mtxclient
/// @brief The root directory for all the client callbacks.
/// @dir include/mtxclient/http
/// @brief Functions to invoke the API over HTTP.
/// @dir include/mtxclient/crypto
/// @brief Wrappers around the olm library as well as other encryption specific
/// functionality.
/// @dir include/mtx
/// @brief The root directory for all the type definitions listed in the
/// specifications.
/// @dir include/mtx/events
/// @brief The different event types in the Matrix API.
/// @dir include/mtx/events/messages
/// @brief The different types, that can be sent as a message event.
/// @dir include/mtx/events/nheko_extensions
/// @brief Nheko specific event types not part of the official specification.
/// @dir include/mtx/responses
/// @brief The reponses returned from each request.
Loading