-
Notifications
You must be signed in to change notification settings - Fork 19
Development
Brad White edited this page Jun 9, 2017
·
13 revisions
Tincr is released under the GPL version 2 license.
Please feel free to contribute to Tincr.
- An excellent tutorial on Tcl 8.5
- Eclipse has a Tcl plugin - it can be found in their Dynamic Languages Toolkit
- Tincr adheres to the test-driven development (TDD) software development process - it comes with a framework for executing unit tests
- A great resource for using Eclipse with Git
Tincr's API documentation is generated from source code using Doxygen. Any time that you make a change to Tincr, we ask that you also update the documentation if appropriate. This can be done by adding/updating comments in the source code according to the Doxygen guidelines, and re-generating the documentation. Instructions for generating the documentation is listed below:
- Download Doxygen
- Install Doxygen
- Launch Doxywizard
- Load the
Doxyfile
-
File
->Open...
- Navigate to
%TINCR_PATH%\docs\Doxygen
- Select
Doxyfile
and clickOpen
-
- Generate the documentation
- Click on the
Run
tab - Click
Run doxygen
- Wait for the process to complete
- Click on the
- Done! You are ready to commit your changes.
- The
tincr::refresh_packages
command will reload all Tincr packages. This is useful when testing changes you've made to Tincr without needing to restart Vivado