Software documentation: Difference between revisions

Content deleted Content added
m Group related sections under a parent section for better structure
m Elucidative programming: clean up, typo(s) fixed: third party → third-party
Line 74:
Elucidative Programming is the result of practical applications of Literate Programming in real programming contexts. The Elucidative paradigm proposes that source code and documentation be stored separately.
 
Often, software developers need to be able to create and access information that is not going to be part of the source file itself. Such [[annotation]]s are usually part of several software development activities, such as code walks and porting, where third -party source code is analysed in a functional way. Annotations can therefore help the developer during any stage of software development where a formal documentation system would hinder progress.
 
=== User documentation ===