Skip to content

Commit

Permalink
Fix #323, Remove explicit filename doxygen comments
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Feb 17, 2022
1 parent 9a1af6c commit 0da029b
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion fsw/modules/eeprom_mmap_file/cfe_psp_eeprom_mmap_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file cfe_psp_eeprom_mmap_file.c
* \file
*
* Created on: Jul 17, 2015
* Author: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion fsw/modules/eeprom_notimpl/cfe_psp_eeprom_notimpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file cfe_psp_eeprom_notimpl.c
* \file
*
* A PSP module to satisfy the "EEPROM" API on systems which
* do not have an EEPROM or otherwise cannot access it.
Expand Down
2 changes: 1 addition & 1 deletion fsw/modules/port_direct/cfe_psp_port_direct.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file cfe_psp_port_direct.c
* \file
*
* A PSP module to satisfy the "PORT" API on systems which
* can access I/O ports directly via memory mapped addresses.
Expand Down
2 changes: 1 addition & 1 deletion fsw/modules/port_notimpl/cfe_psp_port_notimpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file cfe_psp_port_notimpl.c
* \file
*
* A PSP module to satisfy the "Port" API on systems which
* do not have or otherwise cannot access I/O ports.
Expand Down
2 changes: 1 addition & 1 deletion fsw/modules/ram_direct/cfe_psp_ram_direct.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file cfe_psp_ram_direct.c
* \file
*
* A PSP module to satisfy the "RAM" API on systems which
* can access physical memory directly.
Expand Down
2 changes: 1 addition & 1 deletion fsw/modules/ram_notimpl/cfe_psp_ram_notimpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file cfe_psp_ram_notimpl.c
* \file
*
* A PSP module to satisfy the "RAM" API on systems which
* cannot access physical memory directly.
Expand Down
2 changes: 1 addition & 1 deletion fsw/modules/soft_timebase/cfe_psp_soft_timebase.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file cfe_psp_soft_timebase.c
* \file
*
* A PSP module that instantiates an RTOS-backed OSAL timebase to provide
* various timing services. This in turn may be used to drive CFE TIME 1Hz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file cfe_psp_timebase_posix_clock.c
* \file
*
* A PSP module to satisfy the PSP time API on systems which
* do not have a hardware clock register, but do provide a POSIX
Expand Down
2 changes: 1 addition & 1 deletion fsw/modules/timebase_vxworks/cfe_psp_timebase_vxworks.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file cfe_psp_timebase_vxworks.c
* \file
*
* A PSP module to implement the PSP time API via the VxWorks
* vxTimeBaseGet() routine. The VxWorks timebase is a 64 bit
Expand Down
2 changes: 1 addition & 1 deletion fsw/shared/inc/cfe_psp_exceptionstorage_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file cfe_psp_exceptionstorage_api.h
* \file
*
* Provides a generic storage buffer ring for exceptions
*/
Expand Down
2 changes: 1 addition & 1 deletion fsw/shared/inc/cfe_psp_exceptionstorage_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file cfe_psp_exceptionstorage_types.h
* \file
*
* Provides a generic storage buffer ring for exceptions
*/
Expand Down
2 changes: 1 addition & 1 deletion fsw/shared/inc/cfe_psp_module.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file cfe_psp_module.h
* \file
*
* Created on: Jul 17, 2015
* Author: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion fsw/shared/src/cfe_psp_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file cfe_psp_module.c
* \file
*
* Created on: Jul 25, 2014
* Author: jphickey
Expand Down
2 changes: 1 addition & 1 deletion fsw/shared/src/cfe_psp_version.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/**
* \file cfe_psp_version.c
* \file
*
* Defines API that obtains the values of the various version identifiers
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/**
* \file ut-adaptor-bootrec.h
* \file
* \ingroup adaptors
* \author [email protected]
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/**
* \file ut-adaptor-bootrec.c
* \file
* \ingroup adaptors
* \author [email protected]
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/**
* \file coveragetest-binsem.c
* \file
* \ingroup vxworks
* \author [email protected]
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/**
* \file coveragetest-binsem.c
* \file
* \ingroup vxworks
* \author [email protected]
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/**
* \file coveragetest-binsem.c
* \file
* \ingroup vxworks
* \author [email protected]
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/**
* \file psp-mcp750-vxworks-coveragetest.h
* \file
* \ingroup vxworks
* \author [email protected]
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/**
* \file psp-shared-coveragetest.h
* \file
* \ingroup vxworks
* \author [email protected]
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/**
* \file ut-adaptor-exceptions.h
* \file
* \ingroup adaptors
* \author [email protected]
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/**
* \file ut-adaptor-exceptions.c
* \file
* \ingroup adaptors
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion unit-test-coverage/shared/inc/coveragetest-psp-shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/**
* \file psp-shared-coveragetest.h
* \file
* \ingroup vxworks
* \author [email protected]
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/**
* \file coveragetest-binsem.c
* \file
* \ingroup vxworks
* \author [email protected]
*
Expand Down
2 changes: 1 addition & 1 deletion unit-test-coverage/ut-stubs/inc/PCS_vxWorks.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/**
* \file PCS_vxWorks.h
* \file
* \ingroup ut-stubs
* \author [email protected]
* PSP coverage stub replacement for vxWorks.h
Expand Down
2 changes: 1 addition & 1 deletion unit-test-coverage/ut-stubs/override_inc/vxWorks.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

/**
* \file vxWorks.h
* \file
* \ingroup ut-stubs
* \author [email protected]
*
Expand Down

0 comments on commit 0da029b

Please sign in to comment.