mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Use doxygen to generate code documentation
.. 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]
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -36,6 +36,8 @@ plugins/
|
||||
resources/
|
||||
src/debug/
|
||||
src/release/
|
||||
doc/doxygen/latex
|
||||
doc/doxygen/html
|
||||
|
||||
qwt/src/debug/
|
||||
qwt/src/release/
|
||||
|
||||
2658
doc/doxygen/Doxyfile
Normal file
2658
doc/doxygen/Doxyfile
Normal file
File diff suppressed because it is too large
Load Diff
2
doc/doxygen/Makefile
Normal file
2
doc/doxygen/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
dummy:
|
||||
doxygen Doxyfile
|
||||
Reference in New Issue
Block a user