1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,26 @@ |
1 |
+/*! \mainpage Drawing Shapes |
|
2 |
+ * |
|
3 |
+ * This project helps user to draw shapes. |
|
4 |
+ * Currently two types of shapes can be drawn: |
|
5 |
+ * - \subpage apage "How to draw rectangle?" |
|
6 |
+ * |
|
7 |
+ * - \subpage bpage "How to draw circle?" |
|
8 |
+ * |
|
9 |
+ */ |
|
10 |
+ |
|
11 |
+/*! \page apage How to draw rectangle? |
|
12 |
+ * |
|
13 |
+ * Lorem ipsum dolor sit amet |
|
14 |
+ * |
|
15 |
+ */ |
|
16 |
+ |
|
17 |
+/*! \page bpage How to draw circle? |
|
18 |
+ * |
|
19 |
+ * This page is about how to draw a circle. |
|
20 |
+ * Following sections describe circle: |
|
21 |
+ * - \ref hi "kkkk" |
|
22 |
+ */ |
|
23 |
+ |
|
24 |
+/*! \page hi Hello!! World!! |
|
25 |
+ * a, b |
|
26 |
+ */ |