File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1+
12// created by ./make_state_c shell script
23
34#include " jbxl_state.h"
@@ -66,6 +67,7 @@ void jbxl_add_all_states(void)
6667 jbxl_add_state (JBXL_JSON_NODE_OPENED, " JBXL_JSON_NODE_OPENED" , " JSONノードは開いている" );
6768 jbxl_add_state (JBXL_JSON_NODE_CLOSED, " JBXL_JSON_NODE_CLOSED" , " JSONノードは閉じている" );
6869 jbxl_add_state (JBXL_JSON_NODE_EMPTY, " JBXL_JSON_NODE_EMPTY" , " JSONの空のノード" );
70+ jbxl_add_state (JBXL_JSON_ARRAY, " JBXL_JSON_ARRAY" , " JSONの配列" );
6971 jbxl_add_state (JBXL_JSON_NOT_CLOSED, " JBXL_JSON_NOT_CLOSED" , " JSONデータが閉じていない.原因不明.パースアルゴリズムのミス?" );
7072 jbxl_add_state (JBXL_JSON_PARSE_TERM, " JBXL_JSON_PARSE_TERM" , " JSON のパースが途中で終了した.入力データが不完全." );
7173 jbxl_add_state (JBXL_JSON_IN_STR, " JBXL_JSON_IN_STR" , " JSONデータの属性値処理で文字列を処理中." );
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PROJECT_NAME = "JunkBox_Lib++ (for Windows)"
3232# This could be handy for archiving the generated documentation or
3333# if some version control system is used.
3434
35- PROJECT_NUMBER = 1.8.1
35+ PROJECT_NUMBER = 1.9.0
3636
3737# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838# for a project that appears at the top of each page and should give viewer
You can’t perform that action at this time.
0 commit comments