Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
source_code_documentation_with_pldoc [2014/08/08 09:33] – admin | source_code_documentation_with_pldoc [2014/11/28 16:17] (current) – removed admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Source code documentation with PLDOC ====== | ||
- | |||
- | [[http:// | ||
- | |||
- | %% comp_temporallySubsumes(? | ||
- | % | ||
- | % Check if the time segment Long contains the segment or time point Short. | ||
- | % | ||
- | % @param Long Identifier of the longer time segment | ||
- | % @param Short Identifier of the contained time segment or time point | ||
- | % | ||
- | comp_temporallySubsumes(Long, | ||
- | [...] | ||
- | |||
- | For showing the documentation, | ||
- | doc_server(8080). | ||
- | in Prolog, which starts the documentation server locally so that you can access it from your browser. Note that the doc server only parses those files correctly that are loaded after the server has been started. | ||
- | |||
- | For saving the documentation locally, you can use the doc_save predicate: | ||
- | use_module(library(doc_files)). | ||
- | doc_save( '/ | ||
- | |||
- | ===== Generate Documentation for ROS packages ===== | ||
- | |||
- | The // | ||
- | rosrun rosprolog rosprolog-doc < | ||