Skip to content

Commit d108d83

Browse files
committed
fix(docs): escape brackets in Putnam doc comment to fix rustdoc warning
1 parent c844bab commit d108d83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/codelens-core/src/insight/estimation.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ impl EstimationModel for CocomoIIModel {
340340
///
341341
/// Software Equation: Size = Ck × E^(1/3) × T^(4/3)
342342
/// Combined with D0 = E / T³:
343-
/// T = (Size / (Ck × D0^(1/3)))^(3/7) [years]
344-
/// E = D0 × T³ [person-years]
343+
/// T = (Size / (Ck × D0^(1/3)))^(3/7) \[years\]
344+
/// E = D0 × T³ \[person-years\]
345345
pub struct PutnamModel {
346346
/// Technology/productivity constant Ck.
347347
/// Typical: 2000 (poor), 8000 (good), 11000 (excellent).

0 commit comments

Comments
 (0)