OSDN Git Service

Add Doxygen comment to Deeangband.cpp.
authorDeskull <deskull@users.sourceforge.jp>
Sun, 2 Mar 2014 12:36:46 +0000 (21:36 +0900)
committerDeskull <deskull@users.sourceforge.jp>
Sun, 2 Mar 2014 12:36:46 +0000 (21:36 +0900)
Deeangband/Deeangband.cpp

index d676526..93233fc 100644 (file)
 #include <iostream>
 #include <string>
 
+/*!
+ * @brief Windows\97p\83\81\83C\83\93\83G\83\93\83g\83\8a\83|\83C\83\93\83g\8aÖ\90\94
+ * @return \83V\83X\83e\83\80\83G\83\89\81[\83R\81[\83h
+ */
 int APIENTRY _tWinMain(_In_ HINSTANCE hInstance,
                                           _In_opt_ HINSTANCE hPrevInstance,
                                           _In_ LPTSTR    lpCmdLine,
@@ -45,6 +49,11 @@ int APIENTRY _tWinMain(_In_ HINSTANCE hInstance,
        return 0;
 }
 
-
-
-
+/*!
+ * @page KeyWord 
+ * @brief \97p\8cê\8fW
+ * @section \97p\8cê\8fW
+ * <div>
+ * \82±\82Ì\83y\81[\83W\82Å\82Í\83Q\81[\83\80\83V\83X\83e\83\80\92\86\82Ì\8f\94\97p\8cê\82É\8aÖ\82·\82é\94Ä\97p\93I\82È\89ð\90à\82ð\8ds\82Á\82Ä\82¢\82­\81B
+ * </div>
+ */
\ No newline at end of file