This website requires JavaScript.
Explore
Help
Register
Sign In
gem-graph
/
gem-graph-client
Watch
3
Star
0
Fork
You've already forked gem-graph-client
0
Code
Issues
14
Pull Requests
Projects
Releases
Activity
864e06618f
gem-graph-client
/
.gitignore
5 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
.gitignore: added an exclusion for bin/ and build/
2024-06-29 17:29:29 +02:00
bin/*
build/*
docs/doxyfile,html,rtfm/man3/*, Makefile: integrate doxygen for documentation We wanted to have an automated documentation for our project. We choose doxygen since this is a well-established project, with common standards. To generate the documentation, simply type `make docs` and open `docs/html/index.html`. TODO: properly document the whole project.
2024-10-28 14:15:48 +01:00
docs/html/*
docs/rtfm/man3/*
scripts/*: add a script that can list every function name
2024-10-28 13:50:05 +01:00
scripts/junk