EDK II C Coding Standards Specification
1.0.0
Search…
⌃K
1.0.0
README
EDK II C Coding Standards Specification
1 Introduction
2 Guiding Principles
3 Quick Reference
4 Naming Conventions
5 Source Files
6 Documenting Software
6.1 Documentation Concepts
6.2 Comments
6.3 What NOT to Comment
6.4 What You Must Comment
6.5 Types of Comments
6.6 Introducing Doxygen
6.7 How Doxygen Works
6.8 Special Documentation Blocks
6.9 Putting Documentation after Members
6.10 Special Commands
APPENDIX A Common Examples
APPENDIX B Reserved Identifiers
APPENDIX C Optimization and Performance
Tables
Powered By
GitBook
6 Documenting Software
Here are the articles in this section:
6.1 Documentation Concepts
6.2 Comments
6.3 What NOT to Comment
6.4 What You Must Comment
6.5 Types of Comments
6.6 Introducing Doxygen
6.7 How Doxygen Works
6.8 Special Documentation Blocks
6.9 Putting Documentation after Members
6.10 Special Commands
Previous
5.8 Error Handling and ASSERT
Next
6.2 Comments