|
From: Michalis K. <mic...@gm...> - 2010-04-25 16:02:24
|
christian Ortiz wrote: > Hello, > > My firts time in this list :p > > Is it posible to show all functions and procedures (the code)? > PasDoc shows all the functions and procedures (in a unit, and there's a page generated with all the functions / procedures sorted in a whole project). However, we show only the interface of the functions, not the implementation (if that is what you mean by "code"). One reason is that PasDoc cannot parse implementation at all now (http://pasdoc.sipsolutions.net/WantedFeaturesParsingImplementation), and the other reason is that it's questionable if we want to include implementation in the documentation. Although if it was an optional feature, I would not say no (e.g. Drupal documentation like http://api.drupal.org/api/function/hook_menu/6 shows the implementation, and it's helpful when docs and not perfect). Contributions are welcome :) Michalis |