Additional guidance for Doxygen comments should help improve the quality of generated documentation.main (#1562) v3.1.0 … ubuntu-3.0.0-1+jammy0 ischoegl authored and speth committed Aug 4, 2023 1 parent 5c0490b commit fe67a19 Showing...
* Function_name * * \brief Brief function description * * This is a detailed definition that when the comment reaches 80 columns it will not automatically wrap. And SE doesn't see this block as a comment. * * \public * \ingroup Function_Group * * \param void * * \retval void * *...
/// load from the pointer. bool llvm::isSafeToLoadUnconditionally(Value *V, Instruction *ScanFrom, unsigned Align, const DataLayout *TD) { int64_t ByteOffset = 0; 0 comments on commit 1f27f03 Please sign in to comment. Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy ...
- When adding or modifying comments, priorities are (in order of importance):1. clarity (the ease with which other programmers can understand your intention), 2. readability (the ease with which other programmers can read your comments),