Skip to content

Commit

Permalink
doc: add initial documentation files
Browse files Browse the repository at this point in the history
If all required dependencies (doxygen, breathe, sphinx, sphinx_rtd_theme)
are installed, then `make html` in the doc directory should generate
sphinx based documentation in doc/build/sphinx.
  • Loading branch information
martanne committed May 3, 2017
1 parent 7c5eef1 commit 62eea99
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
28 changes: 28 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
.. Vis Editor documentation master file, created by
sphinx-quickstart on Fri Apr 28 21:45:05 2017.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Vis Editor's documentation!
======================================

.. toctree::
:maxdepth: 2
:caption: Contents:

C API Documentation Test
========================

.. doxygenstruct:: Text
.. doxygenfunction:: text_insert

Here we have an inline text.

.. doxygenenum:: TextSaveMethod

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
breathe

0 comments on commit 62eea99

Please sign in to comment.