Skip to content

Commit 39eca40

Browse files
committed
WIP. Include code using doxygen special commands
1 parent c344550 commit 39eca40

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

docs/page_customization.dox

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -101,38 +101,7 @@ The right column lists the Qt objects, the object names, and the classes the obj
101101
@par
102102
[linear_approach_modifier_widget.h](https://github.com/ros-industrial/noether/blob/dev/noether_gui/include/noether_gui/widgets/tool_path_modifiers/linear_approach_modifier_widget.h)
103103

104-
```
105-
#pragma once
106-
107-
#include <noether_gui/widgets.h>
108-
#include <noether_tpp/core/tool_path_modifier.h>
109-
110-
namespace Ui
111-
{
112-
class Vector3dEditor;
113-
class LinearApproachModifier;
114-
} // namespace Ui
115-
116-
namespace noether
117-
{
118-
class LinearApproachToolPathModifierWidget : public ToolPathModifierWidget
119-
{
120-
public:
121-
LinearApproachToolPathModifierWidget(QWidget* parent = nullptr);
122-
123-
ToolPathModifier::ConstPtr create() const override;
124-
125-
void configure(const YAML::Node&) override;
126-
void save(YAML::Node&) const override;
127-
128-
protected:
129-
Ui::LinearApproachModifier* ui_;
130-
Ui::Vector3dEditor* vector_editor_ui_;
131-
};
132-
133-
} // namespace noether
134-
135-
```
104+
@include{lineno} noether_gui/include/noether_gui/widgets/tool_path_modifiers/linear_approach_modifier_widget.h
136105

137106
@par
138107
The header file for the widget declares the QT creator UI elements (under the Ui namespace) and the Noether `ToolPathModifierWidget` class methods.

0 commit comments

Comments
 (0)