Changes between Version 28 and Version 29 of WikiStart
- Timestamp:
- Nov 13, 2012, 10:34:46 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v28 v29 19 19 == Coding == 20 20 * Curious about the code? Look at how to get DoxygenDocumentation and [doxygen:constructs.html CodeComprehension] where the structure of the main classes is laid out. 21 * How do actions work? Look the first example in ApplicationExamples ExampleSpatialTranslation. Go to the GuideLines21 * How do actions work? Look at the first example in ApplicationExamples ExampleSpatialTranslation. Go to the GuideLines 22 22 * Find bugs via debugging, see DebuggingGuidelines. 23 * Something is missing and you want to contribute? Check RepositoryGuidelines on how to add stuff and make it available to others. Look at the HowTos for further in-depth information on various common classes. 23 * Something is missing and you want to contribute? Check RepositoryGuidelines on how to add stuff and make it available to others. 24 * Look at the HowTos for further in-depth information on various common classes. 24 25 25 26 == Various ==