Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Doxygen_HIP_API_Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharikarnam committed Jan 24, 2019
1 parent ba717ef commit b9fe4d2
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 608 deletions.
20 changes: 20 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = rocALUTION
SOURCEDIR = .
BUILDDIR = _build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
119 changes: 0 additions & 119 deletions Programing_Guides/Programing_Guide_HCC/PG_HCC.rst

This file was deleted.

Loading

0 comments on commit b9fe4d2

Please sign in to comment.