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
917886ee6b
gem-graph-client
/
.gitignore
5 lines
55 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Makefile: fixes and parallel by default This commit: - fixes the OpenGL lib configurations (gl->epoxy) - added an exclusion for bin/ and build/ in .gitignore - make the Makefile parallel
2024-11-01 23:54:29 +01:00
bin/*
build/*
docs/*: integrate doxygen, create a documentation zone, adds notes 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`. The documentation zone actually contains: - archives: several files from past of the projects, historical purpose - GTK-docs: ressources on GTK internals and API - rtfm: first draft of a user manual - showcase: some pictures of the UI example, that were communicated on the Gem-graph discussion room (XMPP) - html: doxygen-generated docs
2024-10-28 13:57:44 +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