Skip to content

Commit

Permalink
Use doxygen to generate code documentation
Browse files Browse the repository at this point in the history
.. run make in src/doc/doxygen to generate documentation for the
   source code in html and latex format.

.. doing this to get some basic docs going, since the codebase is
   now so large its getting difficult for even the core team to
   remember.

.. the subdirectories generated are ignored (see .gitignore)

[skip ci]
  • Loading branch information
liversedge committed Oct 5, 2021
1 parent fab0c1a commit 09e2ac9
Show file tree
Hide file tree
Showing 3 changed files with 2,662 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -36,6 +36,8 @@ plugins/
resources/
src/debug/
src/release/
doc/doxygen/latex
doc/doxygen/html

qwt/src/debug/
qwt/src/release/
Expand Down

0 comments on commit 09e2ac9

Please sign in to comment.