Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
api [2014/12/19 13:58] adminapi [2021/02/15 14:29] (current) daniel86
Line 1: Line 1:
- +====== KnowRob API ====== 
-====== API documentation ====== +~~NOTOC~~ 
- +This API documentation is [[/doc/pldoc_code_documentation|generated automatically]] from the PLDOC comments in the KnowRob packages. 
- +It is hosted on [[https://knowrob.github.io/knowrob/|github]].
-<html> +
- +
-<script language="JavaScript"> +
-<!-- +
-function autoResize(id){ +
-    var newheight; +
-    var newwidth; +
- +
-    if(document.getElementById){ +
-        newheight=document.getElementById(id).contentWindow.document .body.scrollHeight; +
-        newwidth=document.getElementById(id).contentWindow.document .body.scrollWidth; +
-    } +
- +
-    document.getElementById(id).height= (newheight) + "px"; +
-    document.getElementById(id).width= (newwidth) + "px"; +
-+
-//--> +
-</script> +
- +
-<iframe src="http://vps124297.ovh.net:8080/job/knowrob-doc/ws/comp_orgprinciples/doc/prolog/comp_orgprinciples.html" width="100%" height="150" style="border:0px; overflow:hidden;" id="docframe"  onLoad="autoResize('docframe');"> +
- +
-</html>+