OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doctest
(Results
1 - 8
of
8
) sorted by null
/external/clang/docs/analyzer/
Makefile
17
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck
doctest
gettext
41
@echo "
doctest
to run all doctests embedded in the documentation (if enabled)"
152
doctest
:
153
$(SPHINXBUILD) -b
doctest
$(ALLSPHINXOPTS) $(BUILDDIR)/
doctest
155
"results in $(BUILDDIR)/
doctest
/output.txt."
make.bat
37
echo.
doctest
to run all doctests embedded in the documentation if enabled
181
if "%1" == "
doctest
" (
182
%SPHINXBUILD% -b
doctest
%ALLSPHINXOPTS% %BUILDDIR%/
doctest
186
results in %BUILDDIR%/
doctest
/output.txt.
/external/markdown/markdown/extensions/
fenced_code.py
116
import
doctest
namespace
117
doctest
.testmod()
meta.py
89
import
doctest
namespace
90
doctest
.testmod()
wikilinks.py
153
import
doctest
namespace
154
doctest
.testmod()
/external/clang/docs/
make.bat
37
echo.
doctest
to run all doctests embedded in the documentation if enabled
181
if "%1" == "
doctest
" (
182
%SPHINXBUILD% -b
doctest
%ALLSPHINXOPTS% %BUILDDIR%/
doctest
186
results in %BUILDDIR%/
doctest
/output.txt.
/external/llvm/docs/
make.bat
37
echo.
doctest
to run all doctests embedded in the documentation if enabled
181
if "%1" == "
doctest
" (
182
%SPHINXBUILD% -b
doctest
%ALLSPHINXOPTS% %BUILDDIR%/
doctest
186
results in %BUILDDIR%/
doctest
/output.txt.
/external/markdown/
regression-tests.py
11
from
doctest
import DocTestSuite
Completed in 181 milliseconds