HomeSort by relevance Sort by last modified time
    Searched refs:doxygen (Results 1 - 23 of 23) sorted by null

  /frameworks/wilhelm/doc/
Makefile 2 doxygen $<
  /external/swiftshader/third_party/LLVM/docs/
Makefile 15 DOXYGEN = doxygen
17 $(PROJ_OBJ_DIR)/doxygen.cfg: doxygen.cfg.in
30 DOXYFILES := doxygen.cfg.in doxygen.css doxygen.footer doxygen.header \
31 doxygen.intro
34 .PHONY: install-html install-doxygen doxygen install-ocamldoc ocamldoc generated
    [all...]
  /hardware/google/av/codec2/
Android.mk 10 C2_DOXY := $(or $(shell command -v doxygen),\
11 $(shell command -v /Applications/Doxygen.app/Contents/Resources/doxygen))
13 check-doxygen:
15 $(error 'doxygen is not available')
18 $(C2_OUT_TEMP)/doxy-api.config: $(C2_ROOT)/docs/doxygen.config
24 $(C2_ROOT)/docs/doxygen.config > $@
26 $(C2_OUT_TEMP)/doxy-internal.config: $(C2_ROOT)/docs/doxygen.config
28 $(C2_ROOT)/docs/doxygen.config > $@
30 docs-api: $(C2_OUT_TEMP)/doxy-api.config check-doxygen
    [all...]
  /frameworks/native/docs/
Makefile 7 doxygen
11 HTML_HEADER=header.html HTML_FOOTER=footer.html HTML_OUTPUT=website doxygen
  /external/antlr/antlr-3.4/runtime/Python/
mkdoxy.sh 3 if [ -e doxygen.sh ]; then
4 . doxygen.sh
20 doxygen doxyfile
  /external/mesa3d/doxygen/
Makefile 7 doxygen $<
24 $(foreach FILE,$(FULL),doxygen $(FILE);)
32 $(foreach FILE,$(SUBSET),doxygen $(FILE);)
  /external/flatbuffers/docs/source/
README_TO_GENERATE_DOCS.md 6 1. You will need to install `doxygen`. See
7 [Download Doxygen](http://www.stack.nl/~dimitri/doxygen/download.html).
12 *Note: You will need both `doxygen` and `doxypypy` to be in your
16 set up the `py_filter` to invoke `doxypypy` from `doxygen`.
19 [here](https://github.com/Feneric/doxypypy#invoking-doxypypy-from-doxygen).
26 `doxygen`
  /external/libopus/doc/
Makefile.am 18 all-local: doxygen-build.stamp
20 doxygen-build.stamp: Doxyfile $(DOCINPUTS)
21 doxygen
38 $(RM) doxygen-build.stamp
  /external/xmlrpcpp/
Makefile 34 doc doxygen:
35 cd src && doxygen Doxyfile
  /external/libnl/doc/
configure.ac 33 AC_CHECK_PROG(HAVE_DOXYGEN, [doxygen], yes, no)
35 AC_MSG_ERROR([*** doxygen package required to generate documentation])
91 AC_MSG_WARN([*** Disabling API linking due to missing doxygen package])
  /external/libvpx/libvpx/
docs.mk 16 # Static documentation authored in doxygen
40 @echo " [DOXYGEN] $<"
41 @doxygen $<
configure 188 # check installed doxygen version
189 doxy_version=$(doxygen --version 2>/dev/null)
196 [ $doxy_major -gt 1 ] && enable_feature doxygen
197 [ $doxy_minor -gt 5 ] && enable_feature doxygen
198 [ $doxy_minor -eq 5 ] && [ $doxy_patch -ge 3 ] && enable_feature doxygen
208 enabled doxygen && enable_feature install_docs
  /external/skia/infra/bots/recipe_modules/core/resources/
generate_and_upload_doxygen.py 7 """Generate Doxygen documentation."""
18 DOXYGEN_BINARY = 'doxygen'
20 DOXYGEN_CONFIG_DIR = os.path.join(WORKDIR, 'doxygen-config')
21 DOXYGEN_WORKING_DIR = os.path.join(WORKDIR, 'doxygen')
22 DOXYGEN_GS_PATH = '/'.join(['gs://skia-doc', 'doxygen'])
27 by <a href="http://www.doxygen.org/index.html">doxygen</a>
43 """Generate Doxygen."""
50 # Make copy of doxygen config file, overriding any necessary configs,
51 # and run doxygen
    [all...]
  /external/skqp/infra/bots/recipe_modules/core/resources/
generate_and_upload_doxygen.py 7 """Generate Doxygen documentation."""
18 DOXYGEN_BINARY = 'doxygen'
20 DOXYGEN_CONFIG_DIR = os.path.join(WORKDIR, 'doxygen-config')
21 DOXYGEN_WORKING_DIR = os.path.join(WORKDIR, 'doxygen')
22 DOXYGEN_GS_PATH = '/'.join(['gs://skia-doc', 'doxygen'])
27 by <a href="http://www.doxygen.org/index.html">doxygen</a>
43 """Generate Doxygen."""
50 # Make copy of doxygen config file, overriding any necessary configs,
51 # and run doxygen
    [all...]
  /external/syslinux/gpxe/src/
Makefile 46 DOXYGEN := doxygen
  /external/tensorflow/tensorflow/cc/framework/
cc_op_gen.cc 1009 const string doxygen = strings::StrCat("\/\/\/ @defgroup ", filename, " ", local
    [all...]
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 62 namespace doxygen { namespace in namespace:Eigen
64 // This is a workaround to doxygen not being able to understand the inheritance logic
66 // Moreover, doxygen fails to include members that are not documented in the declaration body of
70 /** This class is just a workaround for Doxygen and it does not not actually exist. */
72 /** This class is just a workaround for Doxygen and it does not not actually exist. */
76 /** This class is just a workaround for Doxygen and it does not not actually exist. */
81 } // namespace doxygen
95 class PlainObjectBase : public doxygen::dense_xpr_base_dispatcher<Derived>
    [all...]
  /external/libjpeg-turbo/doc/html/search/
search.js 1 // Search script generated by doxygen
  /build/make/core/
config.mk 634 DOXYGEN:= doxygen
    [all...]
Makefile 103 ) | doxygen -
105 # Note: Not a part of the docs target because we don't have doxygen available.
106 # You can run this target locally if you have doxygen installed.
    [all...]
  /external/libexif/
configure 644 DOXYGEN
    [all...]
  /external/icu/icu4c/source/
configure 695 DOXYGEN
    [all...]
  /external/swiftshader/third_party/LLVM/
configure 758 DOXYGEN
    [all...]

Completed in 725 milliseconds