• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

テスト用のあれこれ共用フォルダ


Commit MetaInfo

Revisão2594e53fd8d8503835cef716710ff4b58268d5f6 (tree)
Hora2019-02-09 10:40:04
Autortakemasa <suikan@user...>
Commitertakemasa

Mensagem de Log

Adding README.md

Mudança Sumário

Diff

--- /dev/null
+++ b/stm32_experimental/murasaki_sample/murasaki/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+------
--- a/stm32_experimental/murasaki_sample/murasaki/doc/murasaki.doxyfile
+++ b/stm32_experimental/murasaki_sample/murasaki/doc/murasaki.doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = "Murasaki Class Library"
3838 # could be handy for archiving the generated documentation or if some version
3939 # control system is used.
4040
41-PROJECT_NUMBER =
41+PROJECT_NUMBER = 0.1.0
4242
4343 # Using the PROJECT_BRIEF tag one can provide an optional one line description
4444 # for a project that appears at the top of each page and should give viewer a
@@ -771,7 +771,7 @@ WARN_LOGFILE =
771771 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
772772 # Note: If this tag is empty the current directory is searched.
773773
774-INPUT = ../Inc ../Inc-tp ../../Inc ../Src
774+INPUT = ../Inc ../Inc-tp ../../Inc ../Src
775775
776776 # This tag can be used to specify the character encoding of the source files
777777 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -933,7 +933,7 @@ USE_MDFILE_AS_MAINPAGE =
933933 # also VERBATIM_HEADERS is set to NO.
934934 # The default value is: NO.
935935
936-SOURCE_BROWSER = YES
936+SOURCE_BROWSER = NO
937937
938938 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
939939 # classes and enums directly into the documentation.
@@ -1006,7 +1006,7 @@ USE_HTAGS = NO
10061006 # See also: Section \class.
10071007 # The default value is: YES.
10081008
1009-VERBATIM_HEADERS = YES
1009+VERBATIM_HEADERS = NO
10101010
10111011 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
10121012 # clang parser (see: http://clang.llvm.org/) for more accurate parsing at the
@@ -2121,7 +2121,7 @@ PERL_PATH = /usr/bin/perl
21212121 # powerful graphs.
21222122 # The default value is: YES.
21232123
2124-CLASS_DIAGRAMS = YES
2124+CLASS_DIAGRAMS = NO
21252125
21262126 # You can define message sequence charts within doxygen comments using the \msc
21272127 # command. Doxygen will then run the mscgen tool (see: