Fork of NaturalTinyShell by Shinichiro Nakamura

Files at this revision

API Documentation at this revision

Comitter:
co2_kun
Date:
Thu Mar 19 15:04:48 2015 +0000
Parent:
1:973cd917b72c
Commit message:
file doc fix

Changed in this revision

ntlibc.cpp Show annotated file Show diff for this revision Revisions of this file
ntopt.cpp Show annotated file Show diff for this revision Revisions of this file
ntshell.cpp Show annotated file Show diff for this revision Revisions of this file
text_editor.cpp Show annotated file Show diff for this revision Revisions of this file
text_history.cpp Show annotated file Show diff for this revision Revisions of this file
vtparse.cpp Show annotated file Show diff for this revision Revisions of this file
vtparse_table.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ntlibc.cpp	Thu Mar 19 14:08:15 2015 +0000
+++ b/ntlibc.cpp	Thu Mar 19 15:04:48 2015 +0000
@@ -1,5 +1,5 @@
 /**
- * @file ntlibc.c
+ * @file ntlibc.cpp
  * @author Shinichiro Nakamura
  * @brief NT-Shellで用いる小規模libcの実装。
  */
--- a/ntopt.cpp	Thu Mar 19 14:08:15 2015 +0000
+++ b/ntopt.cpp	Thu Mar 19 15:04:48 2015 +0000
@@ -1,5 +1,5 @@
 /**
- * @file ntopt.c
+ * @file ntopt.cpp
  * @author Shinichiro Nakamura
  * @brief NT-Shell用オプション解析モジュールの実装。
  */
--- a/ntshell.cpp	Thu Mar 19 14:08:15 2015 +0000
+++ b/ntshell.cpp	Thu Mar 19 15:04:48 2015 +0000
@@ -1,5 +1,5 @@
 /**
- * @file ntshell.c
+ * @file ntshell.cpp
  * @author Shinichiro Nakamura
  * @brief 小規模組み込みシステム向けのシェルシステムの実装。
  */
--- a/text_editor.cpp	Thu Mar 19 14:08:15 2015 +0000
+++ b/text_editor.cpp	Thu Mar 19 15:04:48 2015 +0000
@@ -1,5 +1,5 @@
 /**
- * @file text_editor.c
+ * @file text_editor.cpp
  * @author Shinichiro Nakamura
  * @brief NT-Shell用テキストエディタモジュールの実装。
  * @details
--- a/text_history.cpp	Thu Mar 19 14:08:15 2015 +0000
+++ b/text_history.cpp	Thu Mar 19 15:04:48 2015 +0000
@@ -1,5 +1,5 @@
 /**
- * @file text_history.c
+ * @file text_history.cpp
  * @author Shinichiro Nakamura
  * @brief NT-Shell用テキストヒストリモジュールの実装。
  * @details
--- a/vtparse.cpp	Thu Mar 19 14:08:15 2015 +0000
+++ b/vtparse.cpp	Thu Mar 19 15:04:48 2015 +0000
@@ -1,5 +1,5 @@
 /**
- * @file vtparse.c
+ * @file vtparse.cpp
  * @brief VTParse
  * @details
  * An implementation of Paul Williams' DEC compatible state machine parser
--- a/vtparse_table.cpp	Thu Mar 19 14:08:15 2015 +0000
+++ b/vtparse_table.cpp	Thu Mar 19 15:04:48 2015 +0000
@@ -1,5 +1,5 @@
 /**
- * @file vtparse_table.c
+ * @file vtparse_table.cpp
  * @brief VTParse
  * @details
  * An implementation of Paul Williams' DEC compatible state machine parser