質問編集履歴

1

add images

2020/01/26 13:16

投稿

tantan1
tantan1

スコア31

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,8 @@
1
1
  下記リンクを参考に以下のようなドキュメンテーションコメントを入れてDoxygenでHTMLファイルを出力しました。
2
+
3
+
4
+
5
+ [https://qiita.com/tomopiro/items/407e3bf5c08342cd4867](https://qiita.com/tomopiro/items/407e3bf5c08342cd4867)
2
6
 
3
7
 
4
8
 
@@ -132,23 +136,7 @@
132
136
 
133
137
  ## 出力例
134
138
 
135
- ```html
136
-
137
- @fn __init__()
138
-
139
- @brief Hogeクラスの初期化関数
139
+ ![イメージ説明](51ca5b3114e3e83253602b67272cdea0.png)
140
-
141
- @param arg argの説明
142
-
143
- @return None 戻り値なし
144
-
145
- @details 関数の詳細
146
-
147
- @warning 警告メッセージ
148
-
149
- @note メモ
150
-
151
- ```
152
140
 
153
141
 
154
142
 
@@ -156,6 +144,6 @@
156
144
 
157
145
 
158
146
 
159
- # 理想の出力
147
+ #" 理想の出力
160
148
 
161
149
  ![イメージ説明](a3e36fe6dae95eaf4e4114bfbb3ee193.png)