Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
cm-projects
RIOT
Commits
ca71ae4f
Commit
ca71ae4f
authored
9 years ago
by
Martine Lenders
Browse files
Options
Downloads
Patches
Plain Diff
dev_eth: fix documentation
parent
26d24240
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cpu/native/include/dev_eth_tap.h
+4
-3
4 additions, 3 deletions
cpu/native/include/dev_eth_tap.h
sys/include/net/dev_eth.h
+3
-3
3 additions, 3 deletions
sys/include/net/dev_eth.h
with
7 additions
and
6 deletions
cpu/native/include/dev_eth_tap.h
+
4
−
3
View file @
ca71ae4f
...
@@ -7,13 +7,14 @@
...
@@ -7,13 +7,14 @@
*/
*/
/**
/**
* @defgroup
net_
dev_eth_
impl Low-level
Ethernet driver
implementation
s
* @defgroup dev_eth_
tap
Ethernet driver
for TAP interface
s
* @ingroup n
et_dev_eth_ll
* @ingroup n
ative_cpu
* @brief Low-level ethernet driver for native tap interfaces
* @brief Low-level ethernet driver for native tap interfaces
* @{
* @{
*
*
* @file
* @file
* @brief Definitions for low-level ethernet driver for native tap interfaces
* @brief Definitions for @ref net_dev_eth driver for host system's
* TAP interfaces
*
*
* @author Kaspar Schleiser <kaspar@schleiser.de>
* @author Kaspar Schleiser <kaspar@schleiser.de>
*/
*/
...
...
This diff is collapsed.
Click to expand it.
sys/include/net/dev_eth.h
+
3
−
3
View file @
ca71ae4f
...
@@ -8,11 +8,9 @@
...
@@ -8,11 +8,9 @@
*/
*/
/**
/**
* @defgroup net_dev_eth
_ll
Low-Level Driver Inteface
* @defgroup net_dev_eth Low-Level Driver Inte
r
face
* @ingroup net_ethernet
* @ingroup net_ethernet
* @file
* @brief Low-level ethernet driver interface
* @brief Low-level ethernet driver interface
* @{
*
*
* This interface is supposed to be a low-level interface for ethernet drivers.
* This interface is supposed to be a low-level interface for ethernet drivers.
* In order to be universally usable, it leaves out many implementation details
* In order to be universally usable, it leaves out many implementation details
...
@@ -44,6 +42,8 @@
...
@@ -44,6 +42,8 @@
*
*
* Check out the dev_eth test application as example.
* Check out the dev_eth test application as example.
*
*
* @{
*
* @file
* @file
* @brief Definitions low-level ethernet driver interface
* @brief Definitions low-level ethernet driver interface
*
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment