Changes between Version 39 and Version 40 of WikiStart
- Timestamp:
- Oct 17, 2022, 12:21:05 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v39 v40 22 22 23 23 == Coding == 24 * 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.24 * 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. 25 25 * How do actions work? Look at the first example in ApplicationExamples ExampleSpatialTranslation. Go to the GuideLines 26 26 * Find bugs via debugging, see DebuggingGuidelines.