Skip to content

Commit

Permalink
- fixed version info on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
franzhaas committed Nov 19, 2024
1 parent 399b12e commit 6b0575a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/robotframework-construct.reflector.html
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@
jQuery.extend({highlight:function(e,t,n,r){if(e.nodeType===3){var i=e.data.match(t);if(i){var s=document.createElement(n||"span");s.className=r||"highlight";var o=e.splitText(i.index);o.splitText(i[0].length);var u=o.cloneNode(true);s.appendChild(u);o.parentNode.replaceChild(s,o);return 1}}else if(e.nodeType===1&&e.childNodes&&!/(script|style)/i.test(e.tagName)&&!(e.tagName===n.toUpperCase()&&e.className===r)){for(var a=0;a<e.childNodes.length;a++){a+=jQuery.highlight(e.childNodes[a],t,n,r)}}return 0}});jQuery.fn.unhighlight=function(e){var t={className:"highlight",element:"span"};jQuery.extend(t,e);return this.find(t.element+"."+t.className).each(function(){var e=this.parentNode;e.replaceChild(this.firstChild,this);e.normalize()}).end()};jQuery.fn.highlight=function(e,t){var n={className:"highlight",element:"span",caseSensitive:false,wordsOnly:false};jQuery.extend(n,t);if(e.constructor===String){e=[e]}e=jQuery.grep(e,function(e,t){return e!=""});e=jQuery.map(e,function(e,t){return e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")});if(e.length==0){return this}var r=n.caseSensitive?"":"i";var i="("+e.join("|")+")";if(n.wordsOnly){i="\\b"+i+"\\b"}var s=new RegExp(i,r);return this.each(function(){jQuery.highlight(this,s,n.element,n.className)})}
</script>
<script type="text/javascript">
libdoc = {"specversion": 3, "name": "robotframework_construct.reflector", "doc": "<p>Documentation for library <code>reflector</code>.</p>", "version": "XXXX", "generated": "2024-11-19T18:12:51+00:00", "type": "LIBRARY", "scope": "TEST", "docFormat": "HTML", "source": "/home/franz/projects/robotframework-construct/src/robotframework_construct/reflector.py", "lineno": 51, "tags": [], "inits": [], "keywords": [{"name": "Reflect traffic between ports using `${protocol}\u00b4", "args": [], "returnType": null, "doc": "<p>Reflects data between two ports.</p>\n<p><span class=\"name\">port1</span> is the port to listen to and <span class=\"name\">port2</span> is the port to reflect data to. <span class=\"name\">protocol</span> can be either <span class=\"name\">TCP</span> or <span class=\"name\">UDP</span>.</p>\n<p>Only exactly one connection is allowed per port. No reconnects, No multiple connections.</p>\n<p>Example: Reflect traffic between ports <span class=\"name\">9090\u00b4 and </span>9191\u00b4 using `TCP\u00b4\"</p>", "shortdoc": "Reflects data between two ports.", "tags": [], "source": "/home/franz/projects/robotframework-construct/src/robotframework_construct/reflector.py", "lineno": 61}, {"name": "Shutdown Reflector", "args": [], "returnType": null, "doc": "<p>Terminates this reflector</p>\n<p>Example: Shutdown Reflector</p>", "shortdoc": "Terminates this reflector", "tags": [], "source": "/home/franz/projects/robotframework-construct/src/robotframework_construct/reflector.py", "lineno": 81}], "typedocs": []}
libdoc = {"specversion": 3, "name": "robotframework_construct.reflector", "doc": "<p>Documentation for library <code>reflector</code>.</p>", "version": "0.1.4", "generated": "2024-11-19T18:32:40+00:00", "type": "LIBRARY", "scope": "TEST", "docFormat": "HTML", "source": "/home/franz/projects/robotframework-construct/src/robotframework_construct/reflector.py", "lineno": 51, "tags": [], "inits": [], "keywords": [{"name": "Reflect traffic between ports using `${protocol}\u00b4", "args": [], "returnType": null, "doc": "<p>Reflects data between two ports.</p>\n<p><span class=\"name\">port1</span> is the port to listen to and <span class=\"name\">port2</span> is the port to reflect data to. <span class=\"name\">protocol</span> can be either <span class=\"name\">TCP</span> or <span class=\"name\">UDP</span>.</p>\n<p>Only exactly one connection is allowed per port. No reconnects, No multiple connections.</p>\n<p>Example: Reflect traffic between ports <span class=\"name\">9090\u00b4 and </span>9191\u00b4 using `TCP\u00b4\"</p>", "shortdoc": "Reflects data between two ports.", "tags": [], "source": "/home/franz/projects/robotframework-construct/src/robotframework_construct/reflector.py", "lineno": 61}, {"name": "Shutdown Reflector", "args": [], "returnType": null, "doc": "<p>Terminates this reflector</p>\n<p>Example: Shutdown Reflector</p>", "shortdoc": "Terminates this reflector", "tags": [], "source": "/home/franz/projects/robotframework-construct/src/robotframework_construct/reflector.py", "lineno": 81}], "typedocs": []}
</script>
<title></title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion docs/robotframework-construct.regmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@
jQuery.extend({highlight:function(e,t,n,r){if(e.nodeType===3){var i=e.data.match(t);if(i){var s=document.createElement(n||"span");s.className=r||"highlight";var o=e.splitText(i.index);o.splitText(i[0].length);var u=o.cloneNode(true);s.appendChild(u);o.parentNode.replaceChild(s,o);return 1}}else if(e.nodeType===1&&e.childNodes&&!/(script|style)/i.test(e.tagName)&&!(e.tagName===n.toUpperCase()&&e.className===r)){for(var a=0;a<e.childNodes.length;a++){a+=jQuery.highlight(e.childNodes[a],t,n,r)}}return 0}});jQuery.fn.unhighlight=function(e){var t={className:"highlight",element:"span"};jQuery.extend(t,e);return this.find(t.element+"."+t.className).each(function(){var e=this.parentNode;e.replaceChild(this.firstChild,this);e.normalize()}).end()};jQuery.fn.highlight=function(e,t){var n={className:"highlight",element:"span",caseSensitive:false,wordsOnly:false};jQuery.extend(n,t);if(e.constructor===String){e=[e]}e=jQuery.grep(e,function(e,t){return e!=""});e=jQuery.map(e,function(e,t){return e.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")});if(e.length==0){return this}var r=n.caseSensitive?"":"i";var i="("+e.join("|")+")";if(n.wordsOnly){i="\\b"+i+"\\b"}var s=new RegExp(i,r);return this.each(function(){jQuery.highlight(this,s,n.element,n.className)})}
</script>
<script type="text/javascript">
libdoc = {"specversion": 3, "name": "robotframework_construct.regmap", "doc": "<p>Documentation for library <code>reflector</code>.</p>", "version": "XXXX", "generated": "2024-11-19T18:12:52+00:00", "type": "LIBRARY", "scope": "TEST", "docFormat": "HTML", "source": "/home/franz/projects/robotframework-construct/src/robotframework_construct/reflector.py", "lineno": 51, "tags": [], "inits": [], "keywords": [{"name": "Reflect traffic between ports using `${protocol}\u00b4", "args": [], "returnType": null, "doc": "<p>Reflects data between two ports.</p>\n<p><span class=\"name\">port1</span> is the port to listen to and <span class=\"name\">port2</span> is the port to reflect data to. <span class=\"name\">protocol</span> can be either <span class=\"name\">TCP</span> or <span class=\"name\">UDP</span>.</p>\n<p>Only exactly one connection is allowed per port. No reconnects, No multiple connections.</p>\n<p>Example: Reflect traffic between ports <span class=\"name\">9090\u00b4 and </span>9191\u00b4 using `TCP\u00b4\"</p>", "shortdoc": "Reflects data between two ports.", "tags": [], "source": "/home/franz/projects/robotframework-construct/src/robotframework_construct/reflector.py", "lineno": 61}, {"name": "Shutdown Reflector", "args": [], "returnType": null, "doc": "<p>Terminates this reflector</p>\n<p>Example: Shutdown Reflector</p>", "shortdoc": "Terminates this reflector", "tags": [], "source": "/home/franz/projects/robotframework-construct/src/robotframework_construct/reflector.py", "lineno": 81}], "typedocs": []}
libdoc = {"specversion": 3, "name": "robotframework_construct.regmap", "doc": "<p>Documentation for library <code>reflector</code>.</p>", "version": "0.1.4", "generated": "2024-11-19T18:32:41+00:00", "type": "LIBRARY", "scope": "TEST", "docFormat": "HTML", "source": "/home/franz/projects/robotframework-construct/src/robotframework_construct/reflector.py", "lineno": 51, "tags": [], "inits": [], "keywords": [{"name": "Reflect traffic between ports using `${protocol}\u00b4", "args": [], "returnType": null, "doc": "<p>Reflects data between two ports.</p>\n<p><span class=\"name\">port1</span> is the port to listen to and <span class=\"name\">port2</span> is the port to reflect data to. <span class=\"name\">protocol</span> can be either <span class=\"name\">TCP</span> or <span class=\"name\">UDP</span>.</p>\n<p>Only exactly one connection is allowed per port. No reconnects, No multiple connections.</p>\n<p>Example: Reflect traffic between ports <span class=\"name\">9090\u00b4 and </span>9191\u00b4 using `TCP\u00b4\"</p>", "shortdoc": "Reflects data between two ports.", "tags": [], "source": "/home/franz/projects/robotframework-construct/src/robotframework_construct/reflector.py", "lineno": 61}, {"name": "Shutdown Reflector", "args": [], "returnType": null, "doc": "<p>Terminates this reflector</p>\n<p>Example: Shutdown Reflector</p>", "shortdoc": "Terminates this reflector", "tags": [], "source": "/home/franz/projects/robotframework-construct/src/robotframework_construct/reflector.py", "lineno": 81}], "typedocs": []}
</script>
<title></title>
</head>
Expand Down

0 comments on commit 6b0575a

Please sign in to comment.