OpenTweenのfork
修訂 | c5077ce900019410976d003e02ffd5cae069c5df (tree) |
---|---|
時間 | 2012-05-06 05:00:06 |
作者 | Kimura Youichi <kim.upsilon@bucy...> |
Commiter | Kimura Youichi |
ApplicationSettingsクラスのドキュメントコメントを追加
@@ -26,6 +26,12 @@ using System.Text; | ||
26 | 26 | |
27 | 27 | namespace OpenTween |
28 | 28 | { |
29 | + /// <summary> | |
30 | + /// アプリケーション固有の情報を格納します | |
31 | + /// </summary> | |
32 | + /// <remarks> | |
33 | + /// OpenTween の派生版を作る方法は http://sourceforge.jp/projects/opentween/wiki/HowToFork を参照して下さい。 | |
34 | + /// </remarks> | |
29 | 35 | internal sealed class ApplicationSettings |
30 | 36 | { |
31 | 37 | //===================================================================== |