@@ -60,6 +60,17 @@ HTML-SHAPE: <div class="content">
6060HTML-SHAPE: <section class="hero section-container">
6161HTML-SHAPE: <div class="hero__title">
6262HTML-SHAPE: <h1 class="hero__title-large">class Shape</h1>
63+ HTML-SHAPE: <div class="hero__subtitle">
64+ HTML-SHAPE: <div>
65+ HTML-SHAPE: <p> Abstract base class for shapes.</p>
66+ HTML-SHAPE: </div>
67+ HTML-SHAPE: <div>
68+ HTML-SHAPE: <p></p>
69+ HTML-SHAPE: </div>
70+ HTML-SHAPE: <div>
71+ HTML-SHAPE: <p> Provides a common interface for different types of shapes.</p>
72+ HTML-SHAPE: </div>
73+ HTML-SHAPE: </div>
6374HTML-SHAPE: </div>
6475HTML-SHAPE: </section>
6576HTML-SHAPE: <section id="PublicMethods" class="section-container">
@@ -172,6 +183,16 @@ HTML-CALC: <div class="content">
172183HTML-CALC: <section class="hero section-container">
173184HTML-CALC: <div class="hero__title">
174185HTML-CALC: <h1 class="hero__title-large">class Calculator</h1>
186+ HTML-CALC: <div>
187+ HTML-CALC: <p> A simple calculator class.</p>
188+ HTML-CALC: </div>
189+ HTML-CALC: <div>
190+ HTML-CALC: <p></p>
191+ HTML-CALC: </div>
192+ HTML-CALC: <div>
193+ HTML-CALC: <p> Provides basic arithmetic operations.</p>
194+ HTML-CALC: </div>
195+ HTML-CALC: </div>
175196HTML-CALC: </div>
176197HTML-CALC: </section>
177198HTML-CALC: <section id="PublicMembers" class="section-container">
@@ -300,6 +321,17 @@ HTML-RECTANGLE: <div class="content">
300321HTML-RECTANGLE: <section class="hero section-container">
301322HTML-RECTANGLE: <div class="hero__title">
302323HTML-RECTANGLE: <h1 class="hero__title-large">class Rectangle</h1>
324+ HTML-RECTANGLE: <div class="hero__subtitle">
325+ HTML-RECTANGLE: <div>
326+ HTML-RECTANGLE: <p> Rectangle class derived from Shape.</p>
327+ HTML-RECTANGLE: </div>
328+ HTML-RECTANGLE: <div>
329+ HTML-RECTANGLE: <p></p>
330+ HTML-RECTANGLE: </div>
331+ HTML-RECTANGLE: <div>
332+ HTML-RECTANGLE: <p> Represents a rectangle with a given width and height.</p>
333+ HTML-RECTANGLE: </div>
334+ HTML-RECTANGLE: </div>
303335HTML-RECTANGLE: </div>
304336HTML-RECTANGLE: </section>
305337HTML-RECTANGLE: <section id="PublicMethods" class="section-container">
@@ -395,6 +427,17 @@ HTML-CIRCLE: <div class="content">
395427HTML-CIRCLE: <section class="hero section-container">
396428HTML-CIRCLE: <div class="hero__title">
397429HTML-CIRCLE: <h1 class="hero__title-large">class Circle</h1>
430+ HTML-CIRCLE: <div class="hero__subtitle">
431+ HTML-CIRCLE: <div>
432+ HTML-CIRCLE: <p> Circle class derived from Shape.</p>
433+ HTML-CIRCLE: </div>
434+ HTML-CIRCLE: <div>
435+ HTML-CIRCLE: <p></p>
436+ HTML-CIRCLE: </div>
437+ HTML-CIRCLE: <div>
438+ HTML-CIRCLE: <p> Represents a circle with a given radius.</p>
439+ HTML-CIRCLE: </div>
440+ HTML-CIRCLE: </div>
398441HTML-CIRCLE: </div>
399442HTML-CIRCLE: </section>
400443HTML-CIRCLE: <section id="PublicMethods" class="section-container">
0 commit comments