Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
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
videolan
libdvbpsi
Commits
2a9a21a9
Commit
2a9a21a9
authored
Jan 04, 2016
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doxygen: rename howto-new-api.doxygen to migrate-v0-to-v1.doxygen
parent
32849a9d
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
6 deletions
+7
-6
doc/Makefile.am
doc/Makefile.am
+1
-1
doc/doxygen.cfg
doc/doxygen.cfg
+1
-1
doc/index.doxygen
doc/index.doxygen
+1
-1
doc/migrate-v0-to-v1.doxygen
doc/migrate-v0-to-v1.doxygen
+1
-1
doc/structure.doxygen
doc/structure.doxygen
+2
-1
doc/usage.doxygen
doc/usage.doxygen
+1
-1
No files found.
doc/Makefile.am
View file @
2a9a21a9
## Process this file with automake to produce Makefile.in
EXTRA_DIST
=
index.doxygen structure.doxygen usage.doxygen newdec.doxygen
\
howto-new-api
.doxygen migrate-v1-to-v2.doxygen
\
migrate-v0-to-v1
.doxygen migrate-v1-to-v2.doxygen
\
decoder.dot doxygen.cfg
MOSTLYCLEANFILES
=
decoder.png
...
...
doc/doxygen.cfg
View file @
2a9a21a9
...
...
@@ -762,7 +762,7 @@ INPUT = index.doxygen \
structure.doxygen \
usage.doxygen \
newdec.doxygen \
howto-new-api
.doxygen \
migrate-v0-to-v1
.doxygen \
migrate-v1-to-v2.doxygen \
../src \
../src/tables \
...
...
doc/index.doxygen
View file @
2a9a21a9
...
...
@@ -52,7 +52,7 @@ describes how to use it and the "C" API.</p>
<li>\ref structure</li>
<li>\ref usage</li>
<li>\ref newdec</li>
<li>\ref
howto-new-api
</li>
<li>\ref
migrate-v0-to-v1
</li>
<li>\ref migrate-v1-to-v2</li>
</ul>
...
...
doc/
howto-new-api
.doxygen
→
doc/
migrate-v0-to-v1
.doxygen
View file @
2a9a21a9
/*! \page
howto-new-api
Howto port dvbpsi API (upto version 0.2.0) to version 1.0.0
/*! \page
migrate-v0-to-v1
Howto port dvbpsi API (upto version 0.2.0) to version 1.0.0
<p>An update to libdvbpsi API was long overdue. In time the API grew to be inconsistent and
needed some cleanup. The following issue are addressed in this version:</p>
...
...
doc/structure.doxygen
View file @
2a9a21a9
...
...
@@ -29,6 +29,7 @@ tables.</p>
<ul>
<li>\ref usage</li>
<li>\ref howto-new-api</li>
<li>\ref migrate-v0-to-v1</li>
<li>\ref migrate-v1-to-v2</li>
</ul>
*/
doc/usage.doxygen
View file @
2a9a21a9
...
...
@@ -42,7 +42,7 @@ have been detached.</p>
<p>See also:</p>
<ul>
<li>\ref structure</li>
<li>\ref
howto-new-api
</li>
<li>\ref
migrate-v0-to-v1
</li>
<li>\ref migrate-v1-to-v2</li>
</ul>
*/
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