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
3d411807
Commit
3d411807
authored
10 years ago
by
Oleg Hahm
Browse files
Options
Downloads
Patches
Plain Diff
doc: fix and complemented some doxygen headers
parent
70c014d6
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
sys/include/chardev_thread.h
+7
-0
7 additions, 0 deletions
sys/include/chardev_thread.h
sys/include/crypto/sha256.h
+0
-6
0 additions, 6 deletions
sys/include/crypto/sha256.h
sys/include/ps.h
+7
-0
7 additions, 0 deletions
sys/include/ps.h
sys/include/random.h
+5
-0
5 additions, 0 deletions
sys/include/random.h
with
19 additions
and
6 deletions
sys/include/chardev_thread.h
+
7
−
0
View file @
3d411807
...
@@ -11,6 +11,12 @@
...
@@ -11,6 +11,12 @@
* @defgroup sys_chardevthread Chardev Thread
* @defgroup sys_chardevthread Chardev Thread
* @ingroup sys
* @ingroup sys
* @brief Chardev thread
* @brief Chardev thread
* @{
*
* @file
* @brief Handles I/O from a char devices
*
* @author Kaspar Schleiser <kaspar@schleiser.de>
*/
*/
#ifndef __CHARDEV_THREAD_H
#ifndef __CHARDEV_THREAD_H
...
@@ -30,3 +36,4 @@ void *chardev_thread_entry(void *rb_);
...
@@ -30,3 +36,4 @@ void *chardev_thread_entry(void *rb_);
#endif
#endif
#endif
/* __CHARDEV_THREAD_H */
#endif
/* __CHARDEV_THREAD_H */
/** @} */
This diff is collapsed.
Click to expand it.
sys/include/crypto/sha256.h
+
0
−
6
View file @
3d411807
...
@@ -28,12 +28,6 @@
...
@@ -28,12 +28,6 @@
*/
*/
/**
* @defgroup sys_sha256 SHA264
* @ingroup sys
* @brief SHA264 hash generator
*/
/**
/**
* @ingroup sys_crypto
* @ingroup sys_crypto
* @{
* @{
...
...
This diff is collapsed.
Click to expand it.
sys/include/ps.h
+
7
−
0
View file @
3d411807
...
@@ -11,6 +11,12 @@
...
@@ -11,6 +11,12 @@
* @defgroup sys_ps PS
* @defgroup sys_ps PS
* @ingroup sys
* @ingroup sys
* @brief Show list with all threads
* @brief Show list with all threads
* @{
*
* @file
* @brief List information about all active threads
*
* @author Kaspar Schleiser <kaspar@schleiser.de>
*/
*/
#ifndef __PS_H
#ifndef __PS_H
...
@@ -28,3 +34,4 @@ void _ps_handler(int argc, char **argv);
...
@@ -28,3 +34,4 @@ void _ps_handler(int argc, char **argv);
#endif
#endif
#endif
/* __PS_H */
#endif
/* __PS_H */
/** @} */
This diff is collapsed.
Click to expand it.
sys/include/random.h
+
5
−
0
View file @
3d411807
...
@@ -11,6 +11,10 @@
...
@@ -11,6 +11,10 @@
* @defgroup sys_random Random
* @defgroup sys_random Random
* @ingroup sys
* @ingroup sys
* @brief Random number generator
* @brief Random number generator
* @{
*
* @file
* @brief Mersenne Twister - a very fast random number generator
*/
*/
#ifndef RANDOM_H
#ifndef RANDOM_H
...
@@ -85,3 +89,4 @@ double genrand_res53(void);
...
@@ -85,3 +89,4 @@ double genrand_res53(void);
#endif
#endif
#endif
/* RANDOM_H */
#endif
/* RANDOM_H */
/** @} */
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