Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Akabei core library
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Akabei
Akabei core library
Commits
dab4585c
Commit
dab4585c
authored
Jun 12, 2011
by
Lukas Appelhans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Much better docu
parent
fe1e6bc4
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
6 deletions
+14
-6
Mainpage.dox
Mainpage.dox
+8
-0
lib/akabeibackend.h
lib/akabeibackend.h
+1
-1
lib/akabeiconfig.h
lib/akabeiconfig.h
+1
-1
lib/akabeidelta.h
lib/akabeidelta.h
+1
-1
lib/akabeierror.h
lib/akabeierror.h
+1
-1
lib/akabeigroup.h
lib/akabeigroup.h
+1
-1
lib/akabeioperation.h
lib/akabeioperation.h
+1
-1
No files found.
Mainpage.dox
0 → 100644
View file @
dab4585c
/** @mainpage AkabeiCore API Reference
*
* AkabeiCore is the base library of the akabei package manager of the Chakra Project.
*
* To gather information about available packages, checkout the Akabei::Backend, Akabei::Database and
* Akabei::Package classes. If you are interested in extending the functionality of the processing
* behind AkabeiCore, see Akabei::Operation and Akabei::OperationRunner.
*/
lib/akabeibackend.h
View file @
dab4585c
...
...
@@ -26,7 +26,7 @@ class Hook;
class
BackendPrivate
;
/**
* \class Backend
Akabei/Backend
* \class Backend
akabeibackend.h "akabeibackend.h"
*
* \brief Base class of AkabeiCore.
*
...
...
lib/akabeiconfig.h
View file @
dab4585c
...
...
@@ -18,7 +18,7 @@ class QStringList;
class
QDir
;
namespace
Akabei
{
/**
* \class Config
Akabei/Config
* \class Config
akabeiconfig.h "akabeiconfig.h"
*
* \brief This class just holds certain config values which akabeicore needs to be working.
*/
...
...
lib/akabeidelta.h
View file @
dab4585c
...
...
@@ -19,7 +19,7 @@ namespace Akabei {
class
DeltaPrivate
;
/**
* \class Delta
Akabei/Delta
* \class Delta
akabeidelta.h "akabeidelta.h"
*
* \brief This class describes a binary patch we use to upgrade from one package version to another.
*
...
...
lib/akabeierror.h
View file @
dab4585c
...
...
@@ -19,7 +19,7 @@ class Package;
class
Operation
;
/**
* \class Error
Akabei/Error
* \class Error
akabeierror.h "akabeierror.h"
*
* \brief Class for describing an error which occurred.
*/
...
...
lib/akabeigroup.h
View file @
dab4585c
...
...
@@ -22,7 +22,7 @@ class Package;
class
GroupPrivate
;
/**
* \class Group
Akabei/Group
* \class Group
akabeigroup.h "akabeigroup.h"
*
* \brief This class describes a group of packages.
*
...
...
lib/akabeioperation.h
View file @
dab4585c
...
...
@@ -24,7 +24,7 @@ class Error;
class
OperationPrivate
;
/**
* \class Operation
Akabei/Operation
* \class Operation
akabeioperation.h "akabeioperation.h"
*
* \brief Base class for all operations.
*
...
...
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