Skip to content

Commit f1b6cd7

Browse files
authored
Fix classes xml to md (#374)
* Fix classes xml to md * Modify link
1 parent 0f1b173 commit f1b6cd7

3 files changed

Lines changed: 3 additions & 34 deletions

File tree

_posts/2021-10-10-embeddedRTPS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: embeddedRTPS the new experimental middleware for micro-ROS
33
author: Maria Merlan
44
---
5-
Alexandru Kampmann currently works at the Software for Embedded Systems Research Group, RWTH Aachen University [research profile](https://www.researchgate.net/profile/Alexandru-Kampmann-2), and he is the main contributor of [embeddedRTPS](https://github.com/embedded-software-laboratory/embeddedRTPS)
5+
Alexandru Kampmann currently works at the Software for Embedded Systems Research Group, RWTH Aachen University [research profile](https://www.embedded.rwth-aachen.de/doku.php?id=lehrstuhl:mitarbeiter:gurghian), and he is the main contributor of [embeddedRTPS](https://github.com/embedded-software-laboratory/embeddedRTPS)
66

77
Middleware implementations such as embeddedRTPS, bring the possibility of using RTPS communication layers on mid to high range MCU with networking capabilities.
88

utils/doxy_templates/nonclass_members_details.tmpl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
{% if exists("publicTypes") %}## Types Documentation
2-
3-
{% for child in publicTypes %}### {{child.kind}} {{child.name}}
4-
5-
{{ render("member_details", child) }}
6-
{% endfor %}{% endif %}
71
{% if exists("publicFunctions") %}## Functions Documentation
82

93
{% for child in publicFunctions %}### {{child.kind}} {{child.name}}

utils/doxy_templates/nonclass_members_tables.tmpl

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -38,27 +38,10 @@
3838
| | Name |
3939
| -------------- | -------------- |
4040
{% for child in publicClasses -%}
41-
| {{child.kind}} | **[{{child.name}}]({{child.url}})** {% if existsIn(child, "brief") %}<br>{{child.brief}}{% endif %} |
41+
| {{child.kind}} | **[{{child.name}}](#{{child.name}})** {% if existsIn(child, "brief") %}<br>{{child.brief}}{% endif %} |
4242
{% endfor %}
4343
{% endif -%}
44-
{%- if exists("publicTypes") %}## Types
4544

46-
| | Name |
47-
| -------------- | -------------- |
48-
{% for child in publicTypes -%}
49-
| {% if existsIn(child, "templateParams") -%}
50-
template <{% for param in child.templateParams -%}
51-
{{param.typePlain}} {{param.name}}{% if existsIn(param, "defvalPlain") %} ={{param.defvalPlain}}{% endif -%}
52-
{% if not loop.is_last %},{% endif -%}
53-
{% endfor %}\> <br>{% endif -%}
54-
{{child.kind}}{% if existsIn(child, "type") %} {{child.type}} {% endif -%}
55-
| **[{{child.name}}]({{child.url}})** {% if child.kind == "enum" %}{ {% for enumvalue in child.enumvalues -%}
56-
{{enumvalue.name}}{% if existsIn(enumvalue, "initializer") %} {{enumvalue.initializer}}{% endif -%}
57-
{% if not loop.is_last %}, {% endif %}{% endfor -%}
58-
}{% endif -%}
59-
{% if existsIn(child, "brief") %}<br>{{child.brief}}{% endif %} |
60-
{% endfor %}
61-
{% endif -%}
6245
{%- if exists("publicSlots") %}## Slots
6346

6447
| | Name |
@@ -118,7 +101,7 @@ template <{% for param in child.templateParams -%}
118101
{% if child.virtual %}virtual {% endif -%}
119102
{% if existsIn(child, "type") %}{{child.type}} {% endif -%}
120103
| **[{{child.name}}](#function-{{child.name}})**({% for param in child.params -%}
121-
{{param.type}} {{param.name}}{% if existsIn(param, "defval") %} ={{param.defval}}{% endif -%}
104+
{{param.typePlain}} {{param.name}}{% if existsIn(param, "defval") %} ={{param.defval}}{% endif -%}
122105
{% if not loop.is_last %}, {% endif -%}
123106
{% endfor %}){% if child.const %} const{% endif -%}
124107
{% if child.override %} override{% endif -%}
@@ -128,15 +111,7 @@ template <{% for param in child.templateParams -%}
128111
{% if existsIn(child, "brief") %}<br>{{child.brief}}{% endif %} |
129112
{% endfor %}
130113
{% endif -%}
131-
{%- if exists("publicAttributes") %}## Attributes
132114

133-
| | Name |
134-
| -------------- | -------------- |
135-
{% for child in publicAttributes -%}
136-
| {% if existsIn(child, "type") %}{{child.type}} {% endif -%}
137-
| **[{{child.name}}]({{child.url}})** {% if existsIn(child, "brief") %}<br>{{child.brief}}{% endif %} |
138-
{% endfor %}
139-
{% endif -%}
140115
{%- if exists("defines") %}## Defines
141116

142117
| | Name |

0 commit comments

Comments
 (0)