Skip to content

Commit 91d426a

Browse files
committed
doxygen
1 parent c31a4e9 commit 91d426a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

BasicLib/Lib/jbxl_state.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
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データの属性値処理で文字列を処理中.");

doxygen.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)