Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1216, Remove explicit filename doxygen comments #1217

Merged
merged 1 commit into from
Feb 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/bsp/shared/src/osapi-bsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file osapi-bsp.c
* \file
* \author [email protected]
*
* This file contains some of the OS APIs abstraction layer code
Expand Down
2 changes: 1 addition & 1 deletion src/os/portable/os-impl-bsd-select.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-bsd-select.c
* \file
* \author [email protected]
*
* Purpose: This file contains wrappers around the select() system call
Expand Down
2 changes: 1 addition & 1 deletion src/os/portable/os-impl-bsd-sockets.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-bsd-sockets.c
* \file
* \author [email protected]
*
* Purpose: This file contains the network functionality for
Expand Down
2 changes: 1 addition & 1 deletion src/os/portable/os-impl-console-bsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-console-bsp.c
* \file
* \author [email protected]
*
* Purpose:
Expand Down
2 changes: 1 addition & 1 deletion src/os/portable/os-impl-no-loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-no-loader.c
* \file
* \author [email protected]
*
* This file contains a module loader implementation for systems
Expand Down
2 changes: 1 addition & 1 deletion src/os/portable/os-impl-no-network.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-no-network.c
* \file
* \author [email protected]
*
* This file contains the network implementation for
Expand Down
2 changes: 1 addition & 1 deletion src/os/portable/os-impl-no-shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-no-shell.c
* \file
*
* No shell implementation, returns OS_ERR_NOT_IMPLEMENTED for calls
*/
Expand Down
2 changes: 1 addition & 1 deletion src/os/portable/os-impl-no-sockets.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-no-sockets.c
* \file
* \author [email protected]
*
* Purpose: All functions return OS_ERR_NOT_IMPLEMENTED.
Expand Down
2 changes: 1 addition & 1 deletion src/os/portable/os-impl-no-symtab.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-no-symtab.c
* \file
* \author [email protected]
*
* This file contains a symbol table implementation for systems
Expand Down
2 changes: 1 addition & 1 deletion src/os/portable/os-impl-posix-dirs.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-posix-dirs.c
* \file
* \author [email protected]
*
* This file Contains all of the api calls for manipulating files
Expand Down
2 changes: 1 addition & 1 deletion src/os/portable/os-impl-posix-dl-loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-posix-dl-loader.c
* \file
* \author [email protected]
*
* This file contains a module loader implementation for systems
Expand Down
2 changes: 1 addition & 1 deletion src/os/portable/os-impl-posix-dl-symtab.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-posix-dl-symtab.c
* \file
* \author [email protected]
*
* This file contains a module loader implementation for systems
Expand Down
2 changes: 1 addition & 1 deletion src/os/portable/os-impl-posix-files.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-posix-files.c
* \file
* \author [email protected]
*
* This file Contains all of the api calls for manipulating files
Expand Down
2 changes: 1 addition & 1 deletion src/os/portable/os-impl-posix-gettime.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-posix-gettime.c
* \file
* \author [email protected]
*
* This file contains implementation for OS_GetLocalTime() and OS_SetLocalTime()
Expand Down
2 changes: 1 addition & 1 deletion src/os/portable/os-impl-posix-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-posix-io.c
* \file
* \author [email protected]
*
* This file contains generic calls for manipulating filehandles
Expand Down
2 changes: 1 addition & 1 deletion src/os/portable/os-impl-posix-network.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-posix-network.c
* \file
* \author [email protected]
*
* This file contains the network functionality for
Expand Down
2 changes: 1 addition & 1 deletion src/os/posix/src/os-impl-binsem.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-binsem.c
* \file
* \ingroup posix
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/posix/src/os-impl-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-common.c
* \file
* \ingroup posix
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/posix/src/os-impl-console.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-console.c
* \file
* \ingroup posix
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/posix/src/os-impl-countsem.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-countsem.c
* \file
* \ingroup posix
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/posix/src/os-impl-dirs.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-dirs.c
* \file
* \ingroup posix
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/posix/src/os-impl-errors.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-errors.c
* \file
* \ingroup posix
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/posix/src/os-impl-files.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-files.c
* \file
* \ingroup posix
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/posix/src/os-impl-filesys.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-filesys.c
* \file
* \ingroup posix
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/posix/src/os-impl-heap.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-heap.c
* \file
* \ingroup posix
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/posix/src/os-impl-idmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-idmap.c
* \file
* \ingroup posix
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/posix/src/os-impl-loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-loader.c
* \file
* \ingroup posix
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/posix/src/os-impl-mutex.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-mutex.c
* \file
* \ingroup posix
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/posix/src/os-impl-no-module.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-no-module.c
* \file
* \ingroup posix
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/posix/src/os-impl-queues.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-queues.c
* \file
* \ingroup posix
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/posix/src/os-impl-shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-shell.c
* \file
* \ingroup posix
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/posix/src/os-impl-tasks.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-tasks.c
* \file
* \ingroup posix
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/posix/src/os-impl-timebase.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-timebase.c
* \file
* \ingroup posix
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/rtems/src/os-impl-binsem.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-binsem.c
* \file
* \ingroup rtems
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/rtems/src/os-impl-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-common.c
* \file
* \ingroup rtems
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/rtems/src/os-impl-console.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-console.c
* \file
* \ingroup rtems
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/rtems/src/os-impl-countsem.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-countsem.c
* \file
* \ingroup rtems
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/rtems/src/os-impl-dirs.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-dirs.c
* \file
* \ingroup rtems
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/rtems/src/os-impl-errors.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-errors.c
* \file
* \ingroup rtems
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/rtems/src/os-impl-files.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-files.c
* \file
* \ingroup rtems
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/rtems/src/os-impl-filesys.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-filesys.c
* \file
* \ingroup rtems
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/rtems/src/os-impl-heap.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-heap.c
* \file
* \ingroup rtems
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/rtems/src/os-impl-idmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-idmap.c
* \file
* \ingroup rtems
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion src/os/rtems/src/os-impl-loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file os-impl-loader.c
* \file
* \ingroup rtems
* \author [email protected]
*
Expand Down
Loading