-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nasa#916, scrub headers in unit-test-coverage
Scrub all include guards and file scope doxygen comments in src/unit-test-coverage
- Loading branch information
Showing
182 changed files
with
1,489 additions
and
593 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,10 +19,10 @@ | |
*/ | ||
|
||
/** | ||
* \file ut-adaptor-portable-posix-files.h | ||
* \ingroup adaptors | ||
* \author [email protected] | ||
* \file | ||
* \ingroup adaptors | ||
* | ||
* Declarations and prototypes for ut-adaptor-portable-posix-files | ||
*/ | ||
|
||
#ifndef UT_ADAPTOR_PORTABLE_POSIX_FILES_H | ||
|
@@ -34,4 +34,4 @@ | |
OCS_uid_t UT_PortablePosixFileTest_GetSelfEUID(void); | ||
OCS_gid_t UT_PortablePosixFileTest_GetSelfEGID(void); | ||
|
||
#endif /* UT_ADAPTOR_PORTABLE_POSIX_FILES_H */ | ||
#endif /* UT_ADAPTOR_PORTABLE_POSIX_FILES_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,10 +19,10 @@ | |
*/ | ||
|
||
/** | ||
* \file ut-adaptor-portable-posix-io.h | ||
* \ingroup adaptors | ||
* \author [email protected] | ||
* \file | ||
* \ingroup adaptors | ||
* | ||
* Declarations and prototypes for ut-adaptor-portable-posix-io | ||
*/ | ||
|
||
#ifndef UT_ADAPTOR_PORTABLE_POSIX_IO_H | ||
|
@@ -43,4 +43,4 @@ void UT_PortablePosixIOTest_Set_FD(osal_index_t local_id, int fd); | |
bool UT_PortablePosixIOTest_Get_Selectable(osal_index_t local_id); | ||
void UT_PortablePosixIOTest_ResetImpl(osal_index_t local_id); | ||
|
||
#endif /* UT_ADAPTOR_PORTABLE_POSIX_IO_H */ | ||
#endif /* UT_ADAPTOR_PORTABLE_POSIX_IO_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,10 +19,10 @@ | |
*/ | ||
|
||
/** | ||
* \file os-portable-coveragetest.h | ||
* \ingroup portable | ||
* \author [email protected] | ||
* \file | ||
* \ingroup portable | ||
* | ||
* Declarations and prototypes for os-portable-coveragetest | ||
*/ | ||
|
||
#ifndef OS_PORTABLE_COVERAGETEST_H | ||
|
@@ -66,4 +66,4 @@ | |
void Osapi_Test_Setup(void); | ||
void Osapi_Test_Teardown(void); | ||
|
||
#endif /* OS_PORTABLE_COVERAGETEST_H */ | ||
#endif /* OS_PORTABLE_COVERAGETEST_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,10 +19,10 @@ | |
*/ | ||
|
||
/** | ||
* \file ut-adaptor-module.h | ||
* \ingroup adaptors | ||
* \author [email protected] | ||
* \file | ||
* \ingroup adaptors | ||
* | ||
* Declarations and prototypes for ut-adaptor-module | ||
*/ | ||
|
||
#ifndef UT_ADAPTOR_MODULE_H | ||
|
@@ -52,4 +52,4 @@ void Test_DummyFunc(void); | |
int32 Osapi_Call_SymbolLookup_Static(cpuaddr *SymbolAddress, const char *SymbolName, const char *ModuleName); | ||
int32 Osapi_Call_ModuleLoad_Static(const char *ModuleName); | ||
|
||
#endif /* UT_ADAPTOR_MODULE_H */ | ||
#endif /* UT_ADAPTOR_MODULE_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,10 +19,10 @@ | |
*/ | ||
|
||
/** | ||
* \file os-shared-coveragetest.h | ||
* \ingroup shared | ||
* \author [email protected] | ||
* \file | ||
* \ingroup shared | ||
* | ||
* Declarations and prototypes for os-shared-coveragetest | ||
*/ | ||
|
||
#ifndef OS_SHARED_COVERAGETEST_H | ||
|
@@ -113,4 +113,4 @@ void Osapi_Test_Setup(void); | |
*/ | ||
void Osapi_Test_Teardown(void); | ||
|
||
#endif /* OS_SHARED_COVERAGETEST_H */ | ||
#endif /* OS_SHARED_COVERAGETEST_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,10 +19,8 @@ | |
*/ | ||
|
||
/** | ||
* \file OCS_bsp-impl.h | ||
* \ingroup ut-stubs | ||
* \author [email protected] | ||
* | ||
* \file | ||
* \ingroup ut-stubs | ||
* | ||
* Purpose: Contains functions prototype definitions and variables declarations | ||
* for the OSAL BSP layer | ||
|
@@ -90,4 +88,4 @@ extern void OCS_OS_BSP_ConsoleOutput_Impl(const char *Str, size_t DataLen); | |
------------------------------------------------------------------*/ | ||
extern void OCS_OS_BSP_ConsoleSetMode_Impl(uint32_t ModeBits); | ||
|
||
#endif /* OCS_BSP_IMPL_H */ | ||
#endif /* OCS_BSP_IMPL_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.