mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
docs: Enhance module documentation across various files for clarity a… (#62)
* docs: Enhance module documentation across various files for clarity and completeness * fix: Remove unnecessary blank line in build.rs for cleaner code * docs: Update documentation to improve clarity and consistency in code comments
This commit is contained in:
parent
40995e45e7
commit
1f2bfe76c1
44 changed files with 721 additions and 366 deletions
|
|
@ -149,7 +149,7 @@ pub struct BackwardsCtx<'a> {
|
|||
/// Language tag for source-kind heuristics (e.g. `os.getenv` hints).
|
||||
pub lang: Lang,
|
||||
/// Whole-program summaries: used to discover cross-file bodies and
|
||||
/// [`SsaFuncSummary`] metadata at call instructions.
|
||||
/// [`crate::summary::ssa_summary::SsaFuncSummary`] metadata at call instructions.
|
||||
pub global_summaries: Option<&'a GlobalSummaries>,
|
||||
/// Pre-lowered intra-file callee bodies keyed by [`FuncKey`]. Shared
|
||||
/// with the forward path so we do not lower functions twice.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue