• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

A lambda-based C++ unit-testing framework.


Commit MetaInfo

Revisão6fd968972e199d5fe86970804c8b3d6848ea1516 (tree)
Hora2020-05-07 18:19:49
AutorKaz Nishimura <kazssym@linu...>
CommiterKaz Nishimura

Mensagem de Log

Add an intro section to the Sphinx manual

Mudança Sumário

Diff

diff -r 25ca6fe820bf -r 6fd968972e19 sphinx/index.rst
--- a/sphinx/index.rst Thu May 07 18:12:21 2020 +0900
+++ b/sphinx/index.rst Thu May 07 18:19:49 2020 +0900
@@ -10,6 +10,7 @@
1010 :maxdepth: 2
1111 :caption: Contents:
1212
13+ intro
1314 exception
1415
1516 Indices and tables
diff -r 25ca6fe820bf -r 6fd968972e19 sphinx/intro.rst
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sphinx/intro.rst Thu May 07 18:19:49 2020 +0900
@@ -0,0 +1,4 @@
1+Introduction
2+============
3+
4+C++Unit­X is an xUnit-style testing framework for C++11 and later.