We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Doxygen warnings due to lack of documentation in the following files:
cFS/cfe/fsw/cfe-core/src/tbl/cfe_tbl_internal.c
cFS/cfe/fsw/cfe-core/src/tbl/cfe_tbl_internal.h
Specifically for function CFE_TBL_LoadFromFile in both files
CFE_TBL_LoadFromFile
To Reproduce Steps to reproduce the behavior:
make doc
../cFS/build/doc/warnings.log
Expected behavior Functions should be properly documented to avoid warnings
Reporter Info Leor Bleier, NASA GSFC\Code 582
The text was updated successfully, but these errors were encountered:
ref #503 changes
Sorry, something went wrong.
fix nasa#681 - corrected doxygen for tbl
4eda822
75c42bf
Merge pull request #686 from CDKnightNASA/fix-681-tbl_doxygen
c72b0ba
Fix #681, Resolve doxygen warnings for tbl
CDKnightNASA
Successfully merging a pull request may close this issue.
Describe the bug
Doxygen warnings due to lack of documentation in the following files:
cFS/cfe/fsw/cfe-core/src/tbl/cfe_tbl_internal.c
cFS/cfe/fsw/cfe-core/src/tbl/cfe_tbl_internal.h
Specifically for function
CFE_TBL_LoadFromFile
in both filesTo Reproduce
Steps to reproduce the behavior:
make doc
../cFS/build/doc/warnings.log
Expected behavior
Functions should be properly documented to avoid warnings
Reporter Info
Leor Bleier, NASA GSFC\Code 582
The text was updated successfully, but these errors were encountered: