Skip to content

Commit

Permalink
Updated doxygen inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentva committed Jun 24, 2020
1 parent d1e6c29 commit ae664b8
Show file tree
Hide file tree
Showing 69 changed files with 14,941 additions and 13,211 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Doxyfile
docs/doxygen_output/*
*.gch
docs/_build

!docs/doxygen_output/xml
# Doxyfile
docs/doxygen_output/*
*.gch
docs/_build

!docs/doxygen_output/xml
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/Pozyx-Arduino-library.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Contributing guide

For now, this'll only be about documentation:

## Generating documentation

To generate the documentation, you'll need to install both Doxygen and Sphinx.

When these are installed, you can run the following in your favorite shell to build the documentation.

* doxygen Doxyfile
* cd docs
# Contributing guide

For now, this'll only be about documentation:

## Generating documentation

To generate the documentation, you'll need to install both Doxygen and Sphinx.

When these are installed, you can run the following in your favorite shell to build the documentation.

* doxygen Doxyfile
* cd docs
* make html

0 comments on commit ae664b8

Please sign in to comment.