テスト用のあれこれ共用フォルダ
Revisão | 2594e53fd8d8503835cef716710ff4b58268d5f6 (tree) |
---|---|
Hora | 2019-02-09 10:40:04 |
Autor | takemasa <suikan@user...> |
Commiter | takemasa |
Adding README.md
@@ -0,0 +1,42 @@ | ||
1 | +Murasaki Class Library | |
2 | +====================== | |
3 | + | |
4 | +Overview | |
5 | + | |
6 | +able of Contents | |
7 | +----------------- | |
8 | + * [Description](#description) | |
9 | + * [Demo](#demo) | |
10 | + * [VS.](#vs) | |
11 | + * [Requirements](#requirements) | |
12 | + * [Usage](#usage) | |
13 | + * [Install](#install) | |
14 | + * [License](#license) | |
15 | + * [Arthur](#arthur) | |
16 | + | |
17 | + | |
18 | +Description | |
19 | +----------- | |
20 | + | |
21 | +Demo | |
22 | +------- | |
23 | + | |
24 | +VS. | |
25 | +--- | |
26 | + | |
27 | +Requirement | |
28 | +----------- | |
29 | + | |
30 | +Usage | |
31 | +----- | |
32 | + | |
33 | +Install | |
34 | +------- | |
35 | + | |
36 | +License | |
37 | +------- | |
38 | + | |
39 | +[MIT] | |
40 | + | |
41 | +Author | |
42 | +------ |
@@ -38,7 +38,7 @@ PROJECT_NAME = "Murasaki Class Library" | ||
38 | 38 | # could be handy for archiving the generated documentation or if some version |
39 | 39 | # control system is used. |
40 | 40 | |
41 | -PROJECT_NUMBER = | |
41 | +PROJECT_NUMBER = 0.1.0 | |
42 | 42 | |
43 | 43 | # Using the PROJECT_BRIEF tag one can provide an optional one line description |
44 | 44 | # for a project that appears at the top of each page and should give viewer a |
@@ -771,7 +771,7 @@ WARN_LOGFILE = | ||
771 | 771 | # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING |
772 | 772 | # Note: If this tag is empty the current directory is searched. |
773 | 773 | |
774 | -INPUT = ../Inc ../Inc-tp ../../Inc ../Src | |
774 | +INPUT = ../Inc ../Inc-tp ../../Inc ../Src | |
775 | 775 | |
776 | 776 | # This tag can be used to specify the character encoding of the source files |
777 | 777 | # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |
@@ -933,7 +933,7 @@ USE_MDFILE_AS_MAINPAGE = | ||
933 | 933 | # also VERBATIM_HEADERS is set to NO. |
934 | 934 | # The default value is: NO. |
935 | 935 | |
936 | -SOURCE_BROWSER = YES | |
936 | +SOURCE_BROWSER = NO | |
937 | 937 | |
938 | 938 | # Setting the INLINE_SOURCES tag to YES will include the body of functions, |
939 | 939 | # classes and enums directly into the documentation. |
@@ -1006,7 +1006,7 @@ USE_HTAGS = NO | ||
1006 | 1006 | # See also: Section \class. |
1007 | 1007 | # The default value is: YES. |
1008 | 1008 | |
1009 | -VERBATIM_HEADERS = YES | |
1009 | +VERBATIM_HEADERS = NO | |
1010 | 1010 | |
1011 | 1011 | # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the |
1012 | 1012 | # clang parser (see: http://clang.llvm.org/) for more accurate parsing at the |
@@ -2121,7 +2121,7 @@ PERL_PATH = /usr/bin/perl | ||
2121 | 2121 | # powerful graphs. |
2122 | 2122 | # The default value is: YES. |
2123 | 2123 | |
2124 | -CLASS_DIAGRAMS = YES | |
2124 | +CLASS_DIAGRAMS = NO | |
2125 | 2125 | |
2126 | 2126 | # You can define message sequence charts within doxygen comments using the \msc |
2127 | 2127 | # command. Doxygen will then run the mscgen tool (see: |